Robert Kiesling > onsearch > OnSearch::CGIQuery

Download:
onsearch-0.99.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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)