#!/usr/bin/perl -T # FILE: star_wars_name.html #AUTHOR: jonthan bell #DATE: February 8th, 2006 # this file collects data for use by the star_wars_name.cgi script use warnings; use strict; use CGI ':standard'; print << 'EOF'; Star Wars Name Generator In order to discover what your Star Wars name is, please enter in the following information.

Your first name:


Your last name:


Your mother's maiden name:


The name of the town you were born in:


EOF