my $cgi - CGI->new(); $cgi->delete('foo'); $html .= $cgi->hidden( -name => 'foo', -value => $value );