#!/usr/bin/perl use strict; use warnings; print "Content-Type: Text/HTML\n\n"; print "

Your CGI script is working

\n"; #### Web Form
Text Here: