Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^5: What is true and false in Perl?

by jdporter (Paladin)
on Oct 18, 2012 at 15:25 UTC ( [id://999756]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    tie my $var, 'Some::BlackBox::Module';
    ...
    $var = "45";
    
    if ( $var ) { print "var is true\n" }  # doesn't print! WTF?
    
  2. or download this
    
    my $obj = ObjectWithLotsOfOpaqueStructure::AndLotsOfHiddenState->new(
    ...
       # What does this even mean?
       # Maybe obj is an iterator with another available item?
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-29 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found