Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: aborting File::Find::find

by jdporter (Paladin)
on Nov 16, 2006 at 18:14 UTC ( [id://584552]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    eval {
      find( sub { ...; --$fnlinks or die; }, $dir );
    };
    
  2. or download this
    UNLINKS: {
      find( sub { ...; --$fnlinks or last UNLINKS; }, $dir );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-20 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found