Help for this page

Select Code to Download


  1. or download this
           Note, that just like all the other form elements, the
           value of a hidden field is "sticky".  If you want to
    ...
                $query->param('hidden_name','new','values','here');
    
  2. or download this
    sub bar
    {
    ...
        return $output;
    }