Help for this page

Select Code to Download


  1. or download this
    use File::Spec;
    use strict;
    ...
    
    my $path = File::Spec->catfile($dir, $file);
    print $path, "\n";