Discussion:
Perl man
(too old to reply)
m***@mail.com
2018-03-29 11:43:48 UTC
Permalink
Can anyone remind me where Slackware keeps its Perl man:?
--
greymaus.ireland.ie
Just_Another_Grumpy_Old_Man
Ed Wilson
2018-03-29 13:08:50 UTC
Permalink
Post by m***@mail.com
Can anyone remind me where Slackware keeps its Perl man:?
I am sure someone can.

man perl gave me the following,

Some documentation is not available as man pages, so if a cross-reference is
not found by man, try it with perldoc. Perldoc can also take you directly
to documentation for functions (with the -f switch). See "perldoc --help"
(or
"perldoc perldoc" or "man perldoc") for other helpful options perldoc
has to offer.


--
Ed Wilson
Eef Hartman
2018-03-29 15:52:31 UTC
Permalink
Post by m***@mail.com
Can anyone remind me where Slackware keeps its Perl man:?
The "real" manual is, of course, the book by Larry Wall, but there
are some files, although mostly README's, under
/usr/doc/perl-<version> and lots of manual pages for specific
functions in the /usr/man/man3 directory.
There is a "perldoc" program too that will give you access to the
documentation installed on your system.

See also /var/adm/packages/perl-<version> to see which files have
been installed on YOUR system.
b***@mails.at
2018-03-30 16:07:46 UTC
Permalink
Post by m***@mail.com
Can anyone remind me where Slackware keeps its Perl man:?
slackware 14.2

$>whereis perlfunc
perlfunc: /usr/man/man1/perlfunc.1.gz

$>whereis perl
perl: /usr/bin/perl /usr/man/man1/perl.1.gz

$>whereis perlsyn
perlsyn: /usr/man/man1/perlsyn.1.gz

mfg
bw1

Loading...