Pegex-Cmd
view release on metacpan or search on metacpan
lib/Pegex/Cmd.pm view on Meta::CPAN
90919293949596979899100101102103104105106107108109110
<<"...";
The 'pegex' compiler command v$VERSION
Using the Perl Pegex module v$Pegex::VERSION
...
}
sub
getopt {
my
(
$self
,
@argv
) =
@_
;
local
@ARGV
=
@argv
;
GetOptions(
"to=s"
=> \
$self
->{to},
"boot"
=> \
$self
->{boot},
) or error;
if
(not
@ARGV
) {
usage;
exit
0;
}
( run in 0.232 second using v1.01-cache-2.11-cpan-cba739cd03b )