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