Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: moving the filehandle to anyline of a file

by Tanalis (Curate)
on May 02, 2006 at 08:58 UTC ( [id://546844]=note: print w/replies, xml ) Need Help??


in reply to Re: moving the filehandle to anyline of a file
in thread moving the filehandle to anyline of a file

Or simply, if we're refactoring,
while ( <FH> ) { next unless /^Confname/; ... }
I've always found unless clearer than a negated if for short single-condition conditionals like that. I do accept that that's personal preference, though .. :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-20 00:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found