Jeff Westman wrote:
Hi,

I need to do a sort on a couple of column ranges.

I want to be able to do a primary sort, on say, columns 21-25 and
then a secondary sort on columns 40-49.

Any ideas on how to approach this?

TIA


/j



                
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail


Can you get away with concatenating the 2 substrings? That would cut down your sort to pass. Either way you'll have to define a sort function I think.




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to