print
header,
start_html( -title => 'forum' ),
start_form( -method => 'POST' ),
submit( -name => 'preview', -value=>'Preview', -onClick => "this.form.action='preview.cgi';this.form.target=''" ),
submit( -name => 'reply', -value=>'Submit Reply', -onClick => "this.form.action='createreply.cgi';this.form.target=''" ),
end_form,
end_html,
;