Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Making sense of File::Find

by dasgar (Priest)
on Sep 26, 2014 at 18:20 UTC ( [id://1102167]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
          foreach my $k ( keys %master ) {
             while ( my $line=<$foundfile> ) {
    
  2. or download this
    
    sub searchfile {
    ...
             close $foundfile;         
          }
    }
    
  3. or download this
    
    sub searchfile {
    ...
    
        close $foundfile;         
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-03-28 22:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found