pod-example - Script to print or run of example from documentation.
pod-example [-d flag] [-e] [-h] [-n number] [-p] [-r] [-s section] [--version] pod_file_or_module [argument ..]
-d flag
Turn debug (0/1). Default value is 0.
-e
Enumerate lines. Only for print mode.
-h
Print help.
-n number
Number of example. Default value is nothing.
-p
Print example.
-r
Run example.
-s section
Use section. Default value is EXAMPLE.
--version
Print version of script.
pod_file_or_module
Perl POD file or module.
argument ..
Example arguments.
pod-example -p -r Class::Utils
https://github.com/michal-josef-spacek/App-Pod-Example
Michal Josef Špaček mailto:skim@cpan.org
http://skim.cz
© 2011-2023 Michal Josef Špaček
BSD 2-Clause License
0.20
To install App::Pod::Example, copy and paste the appropriate command in to your terminal.
cpanm
cpanm App::Pod::Example
CPAN shell
perl -MCPAN -e shell install App::Pod::Example
For more information on module installation, please visit the detailed CPAN module installation guide.