#!/usr/bin/perl -w use strict; use CGI qw/:standard/; $|++; print header, start_html, $ENV{REQUEST_METHOD}, end_html;