Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Why my variable is not 0 ?

by Tommy (Chaplain)
on Jan 08, 2016 at 23:20 UTC ( [id://1152359]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ppp = defined $porter ? 'defined ' : 'undefined';
    
  2. or download this
    use 5.10;
    $ppp = $porter;
    $ppp //= 0;
    

Log In?
Username:
Password:

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

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

    No recent polls found