Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How do I recursively process every file in a given directory?

by Anonymous Monk
on May 11, 2002 at 01:37 UTC ( [id://165826]=note: print w/replies, xml ) Need Help??


in reply to How do I recursively process every file in a given directory?

Oops, excuse me
i made a booboo, the regexp is wrong
        if ($_ =~ /^\..?.?$/) { next; }
is wrong and should be replaced by
     if ($_ =~ /^\..?.?$/) { next; }
hehe

don't i look silly now ;)
Anonymous abZurdist of a Monk

Originally posted as a Categorized Answer.

  • Comment on Re: How do I recursively process every file in a given directory?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found