The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

pdldoc - shell interface to PDLA documentation

SYNOPSIS

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 PDLA equivalent of perldoc -f.

OPTIONS

-h help

print documentation about a PDLA function or module or show a PDLA manual. This is the default option.

-a apropos

Regex search PDLA documentation database.

-b badinfo

Information on the support for bad values provided by the function.

-s sig

prints signature of PDLA function.

-u usage

Prints usage information for a PDLA function.

$PDLA::Config{PDLADOC_IGNORE_AUTOLOADER}

This PDLA configuration variable may be set in the perldl.conf file to disable runtime search for documentation in PDLA::AutoLoader files.

VERSION

This is pdldoc version 0.3.

AUTHOR

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