Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re (tilly) 1: if and unless

by c0d34w4y (Acolyte)
on Dec 15, 2001 at 23:45 UTC ( [id://132237]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (test_conditions(@info)) {
      eval(do_something(@info));
    ...
      # such as when test_conditions() fails...
      something_screwed_up();
    }
    
  2. or download this
    print join(" ", map { sprintf "%#02x", $_ }unpack("C*",pack("L",0x1234
    +5678)))
    

Log In?
Username:
Password:

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

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

    No recent polls found