Help for this page

Select Code to Download


  1. or download this
    my %options;
    getopts("r:", \%options);
    ...
        push @matched, $filepath;
    }
    }
    
  2. or download this
    my %options;
    getopts("e:", \%options);
    ...
        push @matched, $filepath;
    }
    }