for my $hash_ref (@data) { print $hash_ref->{'pass'}, "\n" if exists $hash_ref->{'pass'}; }