Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Code Maintainability

by mikeraz (Friar)
on Jan 06, 2011 at 17:01 UTC ( [id://880874]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     if ($DEBUG) { print STDERR "Debug: some value"; }
    
  2. or download this
     print STDERR "Debug: some value" if $DEBUG;
    
  3. or download this
    if( $Going_by_the_grocery_store ) { pickup_milk(); }
       or
    if( $in_my_town ) { meet_for_beer(); }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-23 18:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found