From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use File::Spec ();
sub main {
File::Spec->catfile(@_);
}
1;