Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Pod::Functions

Name Pod::Functions
Version 1.11
Located at /usr/share/perl5
File /usr/share/perl5/Pod/Functions.pm
Is Core Yes
Search CPAN for this module Pod::Functions
Documentation Pod::Functions
Module Details Pod::Functions

NAME

Pod::Functions - Group Perl's functions a la perlfunc.pod


SYNOPSIS

    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 perlfunc/``Perl Functions by Category'' section.


DESCRIPTION

It exports the following variables:

%Kinds
This holds a hash-of-lists. Each list contains the functions in the category the key denotes.

%Type
In this hash each key represents a function and the value is the category. The category can be a comma separated list.

%Flavor
In this hash each key represents a function and the value is a short description of that function.

%Type_Description
In this hash each key represents a category of functions and the value is a short description of that category.

@Type_Order
This list of categories is used to produce the same order as the perlfunc/``Perl Functions by Category'' section.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024