in reply to
Range Operators Question
If you are trying to get (z .. a) to print out as expected, descending, try
print "$_\n" for reverse (a .. z);
Comment on
Re: Range Operators Question
Download
Code
In Section
Seekers of Perl Wisdom