App-File-Grepper
view release on metacpan or search on metacpan
# Development options (not shown with -help).
debug => 0, # debugging
trace => 0, # trace (show process)
# Service.
_package => $my_package,
_name => $my_name,
_version => $my_version,
_stdin => \*STDIN,
_stdout => \*STDOUT,
_stderr => \*STDERR,
_argv => [ @ARGV ],
};
# Colled command line options in a hash, for they will be needed
# later.
my $clo = {};
Getopt::Long::Configure('noignorecase');
# Sorry, layout is a bit ugly...
if ( !GetOptions
( run in 0.302 second using v1.01-cache-2.11-cpan-26ccb49234f )