- or download this
remove_x99(\@dead_list, \@get_list);
- or download this
sub remove_x99 {
...
my $get_list_ref = shift;
my %lookup = map {$_ => 1} @$get_lisr_ref;
# ...
- or download this
sub remove_x99 {
my $dead_ref = shift;
my @dead-list = @$dead-ref;
#...
- or download this
my @dead_list = @$dead_ref;