Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

RE: RE: Going it alone without File::Find

by ZZamboni (Curate)
on Sep 18, 2000 at 23:51 UTC ( [id://33024]=note: print w/replies, xml ) Need Help??


in reply to RE: Going it alone without File::Find
in thread Going it alone without File::Find

The way to fix that would be to change the test to
if (-d $file && ! -l $file)
Also possibly change the syntax check to:
die "Syntax: $0 <dir>" unless @ARGV == 1 && (-d $ARGV[0] && ! -l $ARGV[0]);

--ZZamboni

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://33024]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-29 10:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found