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