perlinfo(1) - Linux man page

Name

perlinfo - a command-line frontend to HTML::Perlinfo

Description

See HTML::Perlinfo for one.

Synopsis

perlinfo -i
perlinfo [-help] [-version] [-all] [-i│-c│-g│-m│-e] <FileName> ...

Options

All options (except for help and version) use the perlinfo function to produce a complete HTML page in the current working directory. The following table shows the flags corresponding perlinfo option and the name under which the file is saved.

flag │ perlinfo option │ file name

-i   │ INFO_ALL        │ perlinfo.html
-c   │ INFO_CONFIG     │ perlconfig.html
-g   │ INFO_GENERAL    │ perlversion.html
-m   │ INFO_MODULES    │ perlmodules.html
-e   │ INFO_VARIABLES  │ variables.html
You can specify your own file name, including the absolute path name, after the flag.
-all
Saves you all the pages at once.
-help
help! help! help!
-version
perlinfo and HTML::Perlinfo versions

Examples

perlinfo -i

'Saved file perlinfo.html'

perlinfo -i /home/paco/www/perl-info.html

'Saved file /home/paco/www/perl-info.html'

Copyright

Copyright © 2009 by Mike Accardo

This program is distributed under the same terms as perl itself. See http://perl.org/ or http://cpan.org/ for more info on that.