local $/; # slurp mode #### chomp @data; #### my @sorted=sort {$a<=>$b} @_;
## chomp @data; ##
## my @sorted=sort {$a<=>$b} @_;