Pod::Functions - Group Perl's functions a la perlfunc.pod
#SYNOPSISuse 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.
#DESCRIPTIONIt exports the following variables:
This holds a hash-of-lists. Each list contains the functions in the category the key denotes.
In this hash each key represents a function and the value is the category. The category can be a comma separated list.
In this hash each key represents a function and the value is a short description of that function.
In this hash each key represents a category of functions and the value is a short description of that category.
This list of categories is used to produce the same order as the "Perl Functions by Category" in perlfunc section.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4