Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Code Maintainability

by TGI (Parson)
on Dec 04, 2008 at 18:56 UTC ( [id://728063]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    die 'Detailed error messages are important, especially when this error
    + happens'
        if $oops;
    
  2. or download this
    Exception::Of::Doom->throw( 
        error => 'Detailed error messages are important, especially when t
    +his error happens', 
    ) if $oops;
    
  3. or download this
    do {
        turn_green();
        throw_up();
        die "Ach, food poisoning";
    ) if $ptomaine;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (8)
As of 2024-03-28 21:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found