RE: Looping through a Hash

2003-01-09 Thread Timothy Johnson
\n"; } -Original Message- From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 4:32 PM To: Johnstone, Colin Cc: '[EMAIL PROTECTED]' Subject: Re: Looping through a Hash Sort of foreach my $key (keys(%picDetails)) { my $val = $picDetails

Re: Looping through a Hash

2003-01-09 Thread Rob Dixon
MAIL PROTECTED]">news:[EMAIL PROTECTED]... > Gidday All, > > Can I do this when looping through a Hash. > > foreach my($k, $v)( %picDetails ){ > do stuff to $v; > } > > Thanking you in Anticipation > > Colin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Looping through a Hash

2003-01-08 Thread Wiggins d'Anconia
oc -f keys perldoc -f values http://danconia.org Johnstone, Colin wrote: Gidday All, Can I do this when looping through a Hash. foreach my($k, $v)( %picDetails ){ do stuff to $v; } Thanking you in Anticipation Colin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Looping through a Hash

2003-01-08 Thread Johnstone, Colin
Gidday All, Can I do this when looping through a Hash. foreach my($k, $v)( %picDetails ){ do stuff to $v; } Thanking you in Anticipation Colin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]