Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

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

by AnomalousMonk (Archbishop)
on Apr 15, 2012 at 02:42 UTC ( [id://965119]=note: print w/replies, xml ) Need Help??


in reply to Re^4: What is true and false in Perl?
in thread What is true and false in Perl?

Not quite sure what you are saying, but neither is behavior different when run as a 'script' versus on the command line via -e, nor is the arithmetic operation 'ignored'.

>cat 0_but.pl use warnings; use strict; print 42 * '0 but true', "\n"; print 42 * '0 but zonk', "\n"; >perl 0_but.pl 0 Argument "0 but zonk" isn't numeric in multiplication (*) at 0_but.pl +line 5. 0

Update: Verfied on ActiveState 5.8.9 and Strawberries 5.10.1, 5.12.3 and 5.14.2.

Log In?
Username:
Password:

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

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

    No recent polls found