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