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


in reply to Character++

Perl once again makes easy things easy. Simply use the automagical increment operator just as you would for a numerical counter. i.e.:
my $ctr='a'; print $ctr++ . "\n" foreach (1..26);
You can also do things like 'aa'..'zz'.


-pete
"Pain heals. Chicks dig scars. Glory lasts forever."