print $fvalues{$_}, "\n" for sort { $a<=>$b } keys %fvalues; [download]
In reply to Re^2: printing array values by holli in thread printing array values by texuser74