Help for this page

Select Code to Download


  1. or download this
         $hidden_value = $query->param('hidden_name');
    
  2. or download this
         $query->param('hidden_name','new','values','here');
    
  3. or download this
    my $q_unset = CGI->new('');
    print $q_unset->hidden(-name=>'fubar',-value=>1);