if ( $emp->{ID} =~ /$some_regex/i ) { push @emp_found => $emp; print $emp->{'Name'} . "\n"; } else { push @emp_ot_found => $emp; }