Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    my $directory = shift;
    print "dir=$directory\n";   # just for debug
    
  2. or download this
    $ ./838783.pl /foo/bar
    dir=/foo/bar