Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    use File::Spec (qw/canonpath/);
    
    print File::Spec->canonpath ('c:\\x/y\\z/../../p/q\\r.txt');
    
  2. or download this
    "canonpath" is not exported by the File::Spec module
    Can't continue after import errors at noname.pl line 5
    BEGIN failed--compilation aborted at noname.pl line 5.