[EMAIL PROTECTED] wrote:
> any ideas on how I can access say all the values of a hash and not
> care what the keys are? 

   @arr = values %hash;

perldoc -f values

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to