Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Query about barewords

by runrig (Abbot)
on Sep 06, 2012 at 15:53 UTC ( [id://992124]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Query about barewords
in thread Query about barewords

...if the word on the left starts with a number and consists only of numbers.
As long as you don't want to keep any leading zeros.

Replies are listed 'Best First'.
Re^4: Query about barewords (octal)
by tye (Sage) on Sep 06, 2012 at 17:12 UTC
    As long as you don't want to keep any leading zeros.

    The claim is less accurate than even that:

    % say "010 => 11" 8 11

    Also:

    % say "123456789012345678901234567890 => 30" 1.23456789012346e+029 30 % say "'123456789012345678901234567890' => 30" 123456789012345678901234567890 30

    But I've also long considered the failure of "use strict; Foo::Bar =>" to likely just be an oversight. I suspect a patch to Perl's tokenizer/parser to allow '::' in so-called barewords would not be terribly difficult and might even be accepted by p5p.

    - tye        

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-20 04:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found