The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

OnSearch - Perl libraries for OnSearch search engine.

DESCRIPTION

The OnSearch libraries provide the functions to search documents for words and phrases, display matching documents, record results of searches, and save user preferences.

EXPORTS

OnSearch.pm exports the following variables and subroutines.

$VERSION

The OnSearch library version number.

@ISA

Superclass information.

$CWD

OnSearch's current working directory.

browser_die (message)

Terminates the application with a warning printed to the Web browser.

browser_warn (message)

Prints a warning message in the browser and also records the message in the OnSearch Web log.

user_warn (message)

Print a brief warning message in the Web browser about a user error.

catch_signal (signum)

Record a signal from the operating system in the OnSearch Web log.

ignore_signal (signum)

Ignore a signal from the operating system.

VERSION AND COPYRIGHT

$Id: OnSearch.pm,v 1.13 2005/08/13 05:20:35 kiesling Exp $

Written by Robert Kiesling <rkies@cpan.org> and licensed under the same terms a Perl. Refer to the file, "Artistic," for information.

SEE ALSO

OnSearch::UI(3), OnSearch::AppConfig(3), OnSearch::StringSearch(3), OnSearch::Base64(3), OnSearch::VFile(3), OnSearch::Regex(3), OnSearch::CGIQuery(3), OnSearch::Results(3), OnSearch::Search(3), onindex(8)