
purldoc.pl - Interface to the Perl FAQ.

Returns the names of questions matching the search words.
purldoc string purldoc array

Nothing.

Turns the facility on and off
Regexp used to match a call to the FAQ. Should be something like `purldoc' or `perldoc'.

(Depends on your triggers, but generally:) purldoc <topic>

This looks up the given words as parts of a question in the Perl FAQ, and returns the top three matching questions.

Masque <masque@pound.perl.org>