Pod-Functions

Pod::Functions(3p) Perl Programmers Reference Guide Pod::Functions(3p)

Pod-Functions

Pod::Functions(3p) Perl Programmers Reference Guide Pod::Functions(3p) # Pod::Functions(3p) Perl Programmers Reference Guide Pod::Functions(3p) NNAAMMEE # Pod::Functions - Group Perl's functions a la perlfunc.pod SSYYNNOOPPSSIISS # 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 perlfunc section. DDEESSCCRRIIPPTTIIOONN # It exports the following variables: %Kinds This holds a hash-of-lists. ...