my %hash = %{ $IN->{cookies} }; foreach my $k (keys %hash) { print "$hash{$k}[0]\n"; } [download]
In reply to Re^2: Dereferencing my hash? by Anonymous Monk in thread Dereferencing my hash? by Anonymous Monk