Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: File::Find finding . and ..

by davorg (Chancellor)
on Jul 15, 2009 at 15:19 UTC ( [id://780356]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    next if ($name =~ /^(\.\.?)$)/);
    
  2. or download this
    next if ($name eq '.' or $name eq '..');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2025-03-17 08:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (54 votes). Check out past polls.