DOKK / manpages / debian 12 / pdl / pdldoc.1p.en
PDLDOC(1p) User Contributed Perl Documentation PDLDOC(1p)

pdldoc - shell interface to PDL documentation

pdldoc <text>

The aim of pdldoc is to provide the same functionality as the "apropos", "help", "sig", "badinfo", and "usage" commands available in the perldl and pdl2 shells.

Think of it as the PDL equivalent of "perldoc -f".

print documentation about a PDL function or module or show a PDL manual. This is the default option.
Regex search PDL documentation database.
Information on the support for bad values provided by the function.
prints signature of PDL function.
Prints usage information for a PDL function.
$PDL::Config{PDLDOC_IGNORE_AUTOLOADER}
This PDL configuration variable may be set in the perldl.conf file to disable runtime search for documentation in PDL::AutoLoader files.

This is pdldoc version 0.3.

Doug Burke <burke at ifa dot hawaii dot edu>. Chris Marshall <chm at cpan dot org>.

2023-04-27 perl v5.36.0