in reply to Finding the size of a nested hash in a HoH

my $size = (keys %{$rHoH_ProteinFamilies->{proteinfamily}}); ^

You probably meant to write $proteinfamily there.

Replies are listed 'Best First'.
Re^2: Finding the size of a nested hash in a HoH
by Jeri (Scribe) on Nov 10, 2011 at 14:27 UTC
    Man. Thanks, (kinda embarrassing)