Help for this page

Select Code to Download


  1. or download this
    GetOptions(
        'accept|a=s' => \my @accept,
    ...
        return map $_->[0],
            grep { my $f = $_; all { $_->($f->[1]) } @filter } @_;
    }