pdldoc (1)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
pdldoc - shell interface to PDL documentationSYNOPSIS
pdldoc <text>DESCRIPTION
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".
OPTIONS
- -h help
-
print documentation about a PDLfunction or module or show aPDLmanual. This is the default option.
- -a apropos
-
Regex search PDLdocumentation database.
- -b badinfo
- Information on the support for bad values provided by the function.
- -s sig
-
prints signature of PDLfunction.
- -u usage
-
Prints usage information for a PDLfunction.
- $PDL::Config{PDLDOC_IGNORE_AUTOLOADER}
-
This PDLconfiguration variable may be set in the perldl.conf file to disable runtime search for documentation in PDL::AutoLoader files.