-----Original Message----- From: James Edward Gray II [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 3:18 PM To: ewalker Cc: [EMAIL PROTECTED] Subject: Re: hash
On Mar 29, 2004, at 4:09 PM, [EMAIL PROTECTED] wrote: > James > > Hey, That didn't work I didn't explain it right. > I have an array of hash pointers. Each hash has like 2 key/value pairs. > I want to travers the array and just print out the values from the > hashes., Will I need to nest loops here? Probably, yes. Walk the array with the outer loop, then use the inner loop I posted (or Bob's variation if you really don't need the key). James Thanks all -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>