Help for this page

Select Code to Download


  1. or download this
    __PASTE-ONE__
    ~/temp/graq> ls -l
    ...
    ~/temp> perl relpath.pl 
    graq/Testing.txt: Permission denied
    __END__
    
  2. or download this
    __PASTE-TWO__
    ~/temp> cat relpath.pl 
    ...
    print TESTING `date`;
    close TESTING;
    __END__