Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^5: When should a wheel be reinvented

by etcshadow (Priest)
on Jul 01, 2004 at 02:55 UTC ( #370973=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $finder = File::Find->new($opts, @dirs);
    while (my $file = $finder->next) {
       # do stuff
    }
    
  2. or download this
    # simplified a lot, but basically
    sub find {
    ...
            &$wanted
        }
    }
    
  3. or download this
    ------------
    :Wq
    Not an editor command: Wq
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2023-12-06 00:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (29 votes). Check out past polls.

    Notices?