Help for this page
my %options; getopts("r:", \%options); ... push @matched, $filepath; } }
my %options; getopts("e:", \%options); ... push @matched, $filepath; } }