![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: the '..' operator and decreasing valuesby Woodchuck (Initiate) |
on Mar 05, 2005 at 21:28 UTC ( #436962=note: print w/replies, xml ) | Need Help?? |
Wouldn't :
foreach my $i (10 .. 0) {
#Do something
}
do the trick instead???
-Woodchuck
In Section
Seekers of Perl Wisdom
|
|