Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Range operator weirdness?

by Ido (Hermit)
on Feb 28, 2002 at 15:38 UTC ( [id://148244]=note: print w/replies, xml ) Need Help??


in reply to Range operator weirdness?

The range operator (in list context) makes use of the magical auto-increment algorithm if the operands are strings. So the one character '1' is increased in its range. form perlop about Auto-Increment's magic: ...the increment is done as a string, preserving each character within its range...

Replies are listed 'Best First'.
Re: Re: Range operator weirdness?
by PrakashK (Pilgrim) on Feb 28, 2002 at 15:51 UTC
    >> perl -le '$x = "1"; print ++$x for (1..9)' 2 3 4 5 6 7 8 9 10
    The autoincrement of "9" results in "10", not "0".

    /prakash

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-16 07:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found