Solstice::CGI - For getting the CGI form parameters.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::CGI - For getting the CGI form parameters.

SYNOPSIS

Top

  use Solstice::CGI;

  my $q = param('q');  # param is exported automagically

DESCRIPTION

Top

This gets module exports the &param() function by default so you can get form parameters from the Apache request object.

Export

param($string)

Gets a CGI parameter.

header(%options)

Gets the http header that you would print.

_setURLArgs
getURLParams

Methods

new()

You may optionally create a Solstice::CGI object and call methods on it instead of using the default exported subroutines.

upload($param)

Returns an Apache::Upload object, or undef if there was an error.

Private Functions

_fixArgs(\@_)

Modifies the argument list in place to get rid of $self if present.

AUTHOR

Top

Catalyst Group, <catalyst@u.washington.edu>

VERSION

Top

$Revision$

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.