Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Barewords equal zero?

by rgiskard (Hermit)
on Feb 13, 2008 at 15:47 UTC ( [id://667783]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Barewords equal zero?
in thread Barewords equal zero?

In the previous example, I put quotes around the capital letter O. Because, quite frankly, barewords are painful.

It's also important to look at it from the perspective of someone fixing the barewords but not fixing the real problem, as some may read the capital letter O and think it to be a zero (0) and brute force the solution by getting rid of the barewords by quoting everything.

So without warnings, there's no difference between a quoted letter O and a quoted number 0. If one is starting out with the language then hopefully I've pointed out some positives about strict and warning.

example with a quoted number zero
use strict; use warnings; my $string = 'hello world'; print substr($string,'0',5)."\n";
output
sh-3.2$ perl absurd2.pl hello

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://667783]
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-25 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found