in reply to (jeffa) Re: Substring Sort
in thread Substring Sort
my @sorted = map { my ($n,$t) = split('|:|',$_,2); $t.'|:|'.$n } sort map { my ($n,$t) = split('|:|',$_,2); $t.'|:|'.$n } @origarray;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: (jeffa) Re: Substring Sort
by chipmunk (Parson) on Jun 01, 2001 at 05:21 UTC |