logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pdldoc - shell interface to PDL documentation

Author

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

perl v5.40.0                                       2025-02-04                                         PDLDOC(1p)

Description

       The aim of pdldoc is to provide the same functionality as the "apropos", "help", "sig", "badinfo", and
       "usage" commands available in the perldl shell.  It searches for PDL::AutoLoader functions also.

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

Name

       pdldoc - shell interface to PDL documentation

Options

-h help
            print  documentation  about  a  PDL  function  or  module or show a PDL manual.  This is the default
            option.

       -a apropos
            Regex search PDL documentation database.

       -b badinfo
            Information on the support for bad values provided by the function.

       -s sig
            prints signature of PDL function.

       -u usage
            Prints usage information for a PDL function.

Synopsis

pdldoc <text>

Version

       This is pdldoc version 0.3.

See Also