- or download this
die 'do not run this code';
#get arguments;
my ($filepathlist,$mountpoint)= @ARGV;
die 'usage & defaults' if $filepathlist =~ /^-{0,2}h(elp)?\s*$/;
- or download this
die 'do not run this code';
$filepathlist = 'home/Documents/directorieslist' unless $filepathlist;
...
}
- or download this
#use default file, but supply mountpoint;
> perl ./fileunliker.pl /mount/path