> sub print_page {
>    my $self  = shift;
>    return $self->param();

The CGI::App param() function acts like the CGI param() function -- called
without args, it returns a list of param names.  Called with a param name,
it returns the value.  Called with a hash, it sets the named params to the
given values.




---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.vm.com/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to