in reply to Why didn't this sort?
When you say sort @$outputRef, you're creating an anonymous array with the sorted values, but not actually assigning the sorted values back into @$outputRef.$outputRef = [ sort @$outputRef ];
-- Mike
--
just,my${.02}
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Why didn't this sort?
by tadman (Prior) on Jul 15, 2002 at 23:39 UTC |