in reply to Re: Dereferencing my hash?
in thread Dereferencing my hash?

Thanks to all... Your help got on the right track to here:
my %hash = %{ $IN->{cookies} }; foreach my $k (keys %hash) { print "$hash{$k}[0]\n"; }