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