Help for this page

Select Code to Download


  1. or download this
    sub new
    {   #object blessing stuff skipped here...
        $self->_init(@_);
    ...
        $self->{'query'} = new CGI qw(param);
    #...etc...
    }
    
  2. or download this
    my ($comment) = $requestobj->param('comment');