Help for this page

Select Code to Download


  1. or download this
    my @second;
    for my $element (@first) {
        push @second, $element if condition($element);
    }