foreach my $key (keys %{$hash{test}}){ print $key."\n"; } [download]
Update: You'll want to read perlfunc:keys
C-.
In reply to Re: Accessing Hashes by cacharbe in thread Accessing Hashes by metlhed_