Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    # print a path that is system independent
    print "The dir is ", File::Spec->rel2abs("./foobar"), "\n";