1PDLDOC(1) User Contributed Perl Documentation PDLDOC(1)
2
3
4
6 pdldoc - shell interface to PDL documentation
7
9 pdldoc <text>
10
12 The aim of pdldoc is to provide the same functionality as the
13 "apropos", "help", "sig", "badinfo", and "usage" commands available in
14 the perldl and pdl2 shells.
15
16 Think of it as the PDL equivalent of "perldoc -f".
17
19 -h help
20 print documentation about a PDL function or module or show a PDL
21 manual. This is the default option.
22
23 -a apropos
24 Regex search PDL documentation database.
25
26 -b badinfo
27 Information on the support for bad values provided by the
28 function.
29
30 -s sig
31 prints signature of PDL function.
32
33 -u usage
34 Prints usage information for a PDL function.
35
36 $PDL::Config{PDLDOC_IGNORE_AUTOLOADER}
37 This PDL configuration variable may be set in the perldl.conf file
38 to disable runtime search for documentation in PDL::AutoLoader
39 files.
40
42 This is pdldoc version 0.3.
43
45 Doug Burke <burke at ifa dot hawaii dot edu>. Chris Marshall <chm at
46 cpan dot org>.
47
48
49
50perl v5.38.0 2023-07-21 PDLDOC(1)