Apache2-ASP
view release on metacpan or search on metacpan
lib/Apache2/ASP/SimpleCGI.pm view on Meta::CPAN
If C<$key> is given, returns the value of the form or querystring parameter by that name.
If C<$key> is not given, returns a list of all parameter names.
=head2 escape( $str )
Returns a URL-encoded version of C<$str>.
=head2 unescape( $str )
Returns a URL-decoded version of C<$str>.
=head2 upload( $field_name )
Returns all of the information we have about a file upload named C<$field_name>.
=head2 upload_info( $field_name, $item_name )
Returns just that part of C<$field_name>'s upload info.
=head1 BUGS
( run in 0.244 second using v1.01-cache-2.11-cpan-26ccb49234f )