Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: A way to avoid repeated conditional loops

by TomDLux (Vicar)
on Aug 24, 2011 at 19:25 UTC ( [id://922179]=note: print w/replies, xml ) Need Help??


in reply to A way to avoid repeated conditional loops

use autodie; open my $file, '<', $filepath; process_file_header( $file ); proress_file_remainder( $file );

As Occam said: Entia non sunt multiplicanda praeter necessitatem.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://922179]
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: (1)
As of 2024-04-24 16:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found