@filtered = grep { $_->{'sex'} eq 'F' and $_->{'body mass index'} > 40 and $_->{blood pressure'} > 135 } @data;