#!/usr/bin/perl -w ####################### # set Modules to Use; ####################### use strict; use warnings; use CGI qw(:standard); ####################### # Establish variables, arrays, ect. ####################### # do some stuff here ####################### # Begin main body ####################### #do more stuff here ####################### # Functions & Subroutines ####################### #do the detailed work here