Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: How to deal with undefined returned variables.

by Russ (Deacon)
on Mar 05, 2002 at 19:51 UTC ( [id://149483]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $a // $b
    
  2. or download this
    defined($a) ?? $a :: $b
    
  3. or download this
    $pi //= 3;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-03-28 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found