in reply to
the '..' operator and decreasing values
for (0..10) { $_ = 10 - $_; print; }
[download]
Comment on
Re: the '..' operator and decreasing values
Download
Code
In Section
Seekers of Perl Wisdom