OnSearch::CGIQuery - CGI library for OnSearch.


onsearch documentation  | view source Contained in the onsearch distribution.

Index


NAME

Top

OnSearch::CGIQuery - CGI library for OnSearch.

SYNOPSIS

Top

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

DESCRIPTION

Top

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

METHODS

Top

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

Top

OnSearch(3)


onsearch documentation  | view source Contained in the onsearch distribution.