|
|
| Just another Perl shrine | |
| PerlMonks |
Re: Sorting Questionby allolex (Curate) |
| on Oct 04, 2004 at 19:08 UTC ( #396345=note: print w/ replies, xml ) | Need Help?? |
|
In addition to the lovely sorting advice found here, you might consider rewriting your code in a more perlish way. The C-style loops with counters are all right, but perl has while and for(each) loops that do the same thing, except better. ;)
--
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||