Help for this page
sub filter { die 'Error: no fields to filter through' if (@_ < 2); my $response = shift; ... } return \@filtered_responsearr; }