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

NAME

OnSearch::CGIQuery - CGI library for OnSearch.

SYNOPSIS

    my $q = OnSearch::CGIQuery -> new;
    $q -> parse_query ();
    $q -> param_value ($param_name);

DESCRIPTION

OnSearch::CGIQuery provides methods to parse CGI queries and return parameter values.

METHODS

new ();

This is the OnSearch::CGIQuery object constructor.

$q -> DESTROY;

The OnSearch::CGIQuery destructor, also called by Perl to delete unused objects.

$q -> parsequery ();

Parse a CGI query.

$q -> param_value (param);

Return the value of CGI parameter param.

SEE ALSO

OnSearch(3)