Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

A new idiom -or- I Hate Unless

by erikharrison (Deacon)
on Aug 22, 2004 at 20:59 UTC ( [id://384970]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    unless (unlink $file) {
      carp "Couldn't remove file $file!\n";
      ... ...
    }
    
  2. or download this
    unlink $file or do {
     #copy and paste of old code
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://384970]
Approved by Zaxo
Front-paged by Zed_Lopez
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found