#!/usr/bin/perl -w use strict; use CGI qw/:standard/; print header(); print start_html("This is a test"); print start_form(-action=>"/cgi-bin/test.pl", -method=>"GET"); print end_form();