Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Re: Simplifying code (Not obfuscation)

by Molt (Chaplain)
on Mar 04, 2003 at 11:35 UTC ( [id://240296]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    unless ($var = `system thingy`) {
      die "Failed to get return from call to system\n";
    }
    
  2. or download this
    $var = `system thingy` or die "Failed to get return" from call to syst
    +em";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://240296]
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-24 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found