CGI.pm Ignores Values of Hidden Fields!

This hidden field will stick:
  print hidden( -name  => 'address',
                -value => 'george@yahoo.com');

This hidden field will always take on the specified value:
  print hidden( -name     => 'address',
                -value    => 'george@yahoo.com',
                -override => 1);


<< Previous Contents >> Next >>

Lincoln D. Stein, lstein@cshl.org
Cold Spring Harbor Laboratory
Last modified: Sat Jun 19 13:24:02 EDT 1999