Help for this page

Select Code to Download


  1. or download this
    my $form = CGI::FormBuilder->new(
       ...   ...   ...
        keepextras => 1,
       ...   ...   ...
    
  2. or download this
      my $output = '';
      if ($form->submitted && $form->validate) {
    ...
      print STDERR "Script is ready to render: \n\n$output \n\n";
      return $output;