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

Re: Another reason for perl beginners to read perldocs

by dcmertens (Scribe)
on Jul 06, 2011 at 16:44 UTC ( [id://913023]=note: print w/replies, xml ) Need Help??


in reply to Another reason for perl beginners to read perldocs

I don't see any problem with labeling lines with something descriptive. I do this in my code because it makes the meaning more legible in standard English. However, I would omit the semicolon in the else clause, so it would read

else {$flag = 0}

I typically use such one-line blocks in evals like

eval {this_may_die();};

Removing all the unnecessary punctuation makes it much nicer, in my opinion:

eval {this_may_die};

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 04:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found