http://qs321.pair.com?node_id=11120112


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.