something like...my @array = ('POST100','POST5','POST10','POST1') #etc my %array = ('POST100' => 1, 'POST5' => 1, ...) #etc
thanks, Michaelforeach my $postNum (sort @array) { #process post #X }
In reply to perl sorting by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |