Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Barewords equal zero?

by Joost (Canon)
on Feb 11, 2008 at 22:53 UTC ( [id://667471]=note: print w/replies, xml ) Need Help??


in reply to Barewords equal zero?

Turning on warnings gives:
Argument "O" isn't numeric in substr at test.pl line 2. hello

Turning on strict & warnings gives:

Global symbol "$string" requires explicit package name at test.pl line + 1. Global symbol "$string" requires explicit package name at test.pl line + 2. Bareword "O" not allowed while "strict subs" in use at test.pl line 2. Execution of test.pl aborted due to compilation errors.
update: and yeah, without strict, barewords are interpreted as strings, and strings that don't start with numbers are converted to 0 in numeric context. Which should give a warning with warnings enabled.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 07:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found