my $action = "test.pl"; my $runmode = "news"; print $q -> header(), $q -> start_html(), $q -> start_form (-method => 'POST', -action => $action,), $q -> textfield(-name => 'name'), $q -> password_field (-name => 'pass'), $q -> hidden( -name => 'rm', -default => $runmode ), $q -> submit (-name => 'los'), $q -> end_form(), $q -> end_html();