> If you want to see the data, then you would need to explain 
> what you want.
> 

Sorry if I was not clear. I would like to know if there is a block
equivalent to { $a <=> $b } AND { $a cmp $b } at the same time. If I use the
cmp style, my numbers get sort asciibetically and if I use the <=> I can use
characters.

Since the sort is inside of a subroutine, I need to be able to use both
types of data.

Thanks.

jess

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to