http://www.perlmonks.org?node_id=39725


in reply to Splitting Array with Variable Spaces

UPDATE the code i posted is wrong, it was not the code i used.
the code i used is:
foreach $item(@sorted){ @new=split(/ /,$item); print $new[13]; if($new[13] > $new [10]){ print $item; }
Sorry for the confusion
Dipul