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 (c) 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.