Help for this page

Select Code to Download


  1. or download this
           CREATING A HIDDEN FIELD
    
                   print $query->hidden(-name=>'hidden_name',
    ...
           script has been called once you'll have to do it manually:
    
                $query->param('hidden_name','new','values','here');
    
  2. or download this
    param('last_question', $last_question);
    print header,
       # ...
       hidden('last_question'),
       #...
       end_html;