#!/usr/bin/perl use strict; use warnings; use CGI qw(:all); print header; print "hello!";