Maypole
backend.
+=head3 param
+
+An accessor for request parameters. It behaves similarly to CGI::param() for
+accessing CGI parameters.
+
=head3 params
-Returns a hash of request parameters. The source of the parameters may
-vary
-depending on the Maypole backend, but they are usually populated from
-request
+Returns a hash of request parameters. The source of the parameters may vary
+depending on the Maypole backend, but they are usually populated from request
query string and POST data.
B<Note:> Where muliple values of a parameter were supplied, the
our @EXPORT = qw(OK DECLINED ERROR);
our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/;
+1;
+
=head1 NAME
Maypole::Constants - Maypole predefined constants
This class defines constants for use with Maypole
-=head1 CONSTANTS
+=head2 CONSTANTS
=head3 OK
You may distribute this code under the same terms as Perl itself.
=cut
-1;