#!/usr/bin/perl use strict; # This is almost always a good idea. use warnings; # ...as is this, particular when developing code. use CGI; # This causes the CGI.pm module to be used.