in reply to Re: printing array values
in thread printing array values

<nitpick>

I would prefer the output to be numerically sorted.
print $fvalues{$_}, "\n" for sort { $a<=>$b } keys %fvalues;
</nitpick>


holli, /regexed monk/