Pod::Functions - Group Perl's functions a la perlfunc.pod |
Pod::Functions - Group Perl's functions a la perlfunc.pod
use Pod::Functions; my @misc_ops = @{ $Kinds{ 'Misc' } }; my $misc_dsc = $Type_Description{ 'Misc' };
or
perl /path/to/lib/Pod/Functions.pm
This will print a grouped list of Perl's functions, like the Perl Functions by Category in the perlfunc manpage section.
It exports the following variables:
1.02 20020813 <abe@ztreet.demon.nl> de-typo in the SYNOPSIS section (thanks Mike Castle for noticing)
1.01 20011229 <abe@ztreet.demon.nl> fixed some bugs that slipped in after 5.6.1 added the pod finished making it strict safe
1.00 ?? first numbered version
Pod::Functions - Group Perl's functions a la perlfunc.pod |