in reply to Re: Parsing
in thread Parsing tips

ammendment to my last post, i meant sort like this:
$len = length( ${ sort {$a <=> $b} @s }[0]);
Do I use ${ or @{. It is a slice, but.... I dont know. Thanks again