NAME
purldoc.pl - Interface to the Perl FAQ.
SYNOPSIS
Returns the names of questions matching the search words.
purldoc string purldoc array
PREREQUISITES
Nothing.
PARAMETERS
- purldoc
-
Turns the facility on and off
- purldoc_triggers
-
Regexp used to match a call to the FAQ. Should be something like `purldoc' or `perldoc'.
PUBLIC INTERFACE
(Depends on your triggers, but generally:) purldoc <topic>
DESCRIPTION
This looks up the given words as parts of a question in the Perl FAQ, and returns the top three matching questions.
AUTHORS
Masque <masque@pound.perl.org>
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 190:
You forgot a '=back' before '=head1'