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