Help for this page

Select Code to Download


  1. or download this
    use CGI::Lite;
    my $cgi = new CGI::Lite;
    
  2. or download this
    $form = $cgi->parse_form_data;
    %form = $cgi->parse_form_data;
    $form = $cgi->parse_form_data ('GET', 'HEAD' or 'POST');
    
  3. or download this
    print "blabla bla bla $form->{entry} blabla<br>\n";