sub find_stuff { my $self = shift; $self->{$_}->{'blablah'} and return $_ for keys %$self; return; }