Help for this page

Select Code to Download


  1. or download this
    use File::Spec;
    
    ...
    
    print $f->curdir, "\n";
    print $f->updir, "\n";
    
  2. or download this
    $ perl ./test_file_spec
    .
    ..
    $