mp has asked for the wisdom of the Perl Monks concerning the following question:
...as of the 5.6.1 release of Perl, each main Perl manpage has its own search and display capability. You can search individual pages by using the name of the manpage as the command and passing a Perl regular expression ... as the search pattern.This does not work (perlop, perlfunc, etc. do not exist) on the several installations of v5.6.1 that I have tried. Has anyone gotten this to work?
% perlop comma % perlfunc split % perlvar ARGV % perldiag 'assigned to typeglob'
The book's errata page on O'Reilly's site has this listed under the link Unconfirmed error reports and comments from readers but has no further information on it.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: perldoc individual manpage search
by hiseldl (Priest) on Oct 02, 2002 at 17:46 UTC | |
by mp (Deacon) on Oct 02, 2002 at 18:16 UTC |