The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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