Help for this page

Select Code to Download


  1. or download this
    my %to_be_deleted;
    foreach my $inn_href (@$search_array) {
        if (check_match($args_href) == 1) {
    ...
        }
    }
    @$aref_hrefs_inn = grep !$to_be_deleted{$_}, @$aref_hrefs_inn;