in reply to RE: Going it alone without File::Find
in thread Going it alone without File::Find
Also possibly change the syntax check to:if (-d $file && ! -l $file)
die "Syntax: $0 <dir>" unless @ARGV == 1 && (-d $ARGV[0] && ! -l $ARGV[0]);
--ZZamboni
|
|---|