Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
pdlfunc - Functions in the PDL distribution
DESCRIPTION
This is a listing of all documented functions in the PDL distribution.
Alphabetical Listing of PDL Functions
EOD
$onldc = new PDL::Doc ('/tmp/pdlhash.dbtxt'); @match = $onldc->search('.*',['Name'],1); for (@match) { $sh = new StrHandle; $onldc->funcdocs($_->[0],$sh); $txt = $sh->text; $txt =~ s/=head2/=item/; $txt =~ s/^=cut\s*$//mg; $txt =~ s/^=for.*$//mg; $txt =~ s/^=back.*$//mg; $txt .= "\nModule: $_->[1]->{Module}\n\n"; print $txt; }
print <<'EOD';
EOD