Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: How the auto-increment operator works?

by AnomalousMonk (Archbishop)
on Jul 31, 2020 at 04:25 UTC ( [id://11120112]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How the auto-increment operator works?
in thread How the auto-increment operator works?

c:\@Work\Perl\monks>perl -wMstrict -le "print for 'zx' .. 'aac'; ;; my $s = 'zx'; print $s++ for 0 .. 5; " zx zy zz aaa aab aac zx zy zz aaa aab aac


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^4: How the auto-increment operator works?
by zapdos (Sexton) on Jul 31, 2020 at 04:34 UTC
    Thank you very much, AnomalousMonk and perlfan.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-19 00:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found