Prima
view release on metacpan or search on metacpan
perl -e '$ARGV[0]=q(--help); require Prima'
or any Prima program with C<--help> argument to get the list of supported
arguments. Programmaticaly, setting and obtaining these options can be done
by using C<Prima::options> routine.
In cases where Prima argument parsing conflicts with application options, use
L<Prima::noARGV> to disable automatic parsing; also see L<parse_argv>.
Alternatively, the construct
BEGIN { local @ARGV; require Prima; }
will also do.
=head1 SEE ALSO
The toolkit documentation is divided by several
subjects, and the information can
be found in the following files:
=over
( run in 0.751 second using v1.01-cache-2.11-cpan-49f99fa48dc )