Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Truth and Falsehood

by tobyink (Canon)
on Dec 17, 2019 at 22:13 UTC ( [id://11110306]=note: print w/replies, xml ) Need Help??


in reply to Truth and Falsehood

You might want to add that for dualvars, it is the stringy part of the value which is tested for truthfulness.

use Scalar::Util 'dualvar'; dualvar(1, "0"); # false dualvar(0, "1"); # true

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-16 21:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found