1PDLDOC(1)             User Contributed Perl Documentation            PDLDOC(1)
2
3
4

NAME

6       pdldoc - shell interface to PDL documentation
7

SYNOPSIS

9       pdldoc <text>
10
11       pdldoc [-a] [-b] [-h] [-s] [-u] <text>
12

DESCRIPTION

14       The aim of pdldoc is to provide the same functionality as the
15       "apropos", "help", "sig", "badinfo", and "usage" commands available in
16       the perldl shell.
17
18       Think of it as the PDL equivalent of "perldoc -f".
19

OPTIONS

21       -h help
22            print documentation about a PDL function or module or show a PDL
23            manual.  This is the default option.
24
25       -a apropos
26            Regex search PDL documentation database.
27
28       -b badinfo
29            Information on the support for bad values provided by the
30            function.
31
32       -s sig
33            prints signature of PDL function.
34
35       -u usage
36            Prints usage information for a PDL function.
37

VERSION

39       This is pdldoc v0.2.
40

AUTHOR

42       Doug Burke <burke@ifa.hawaii.edu>.
43
44
45
46perl v5.12.3                      2011-03-31                         PDLDOC(1)
Impressum