Reply-to: "Perl Mongers of Omaha, Nebraska USA" <omaha-pm@pm.org>
Thread-index: Aceb6RMluzFkyF4FSU21vy5O7E5glA==
Thread-topic: A .. Z
-laugh- Here's a comment I wrote in 2001, commenting out someone else's
code.
j
# my $letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
# What was that? Bad form, bad form! -grin- -jhannah 7/6/01
my $letters = join "", "A".."Z";