#!/usr/bin/perl #*** This Example Web Site will demonstrate how to save "state" #*** variables betweeen multiple pages. The user will enter data #*** on several pages using forms, anchors, and imagemaps. #*** Four variables will be saved: #*** 1: Name (Entered on a Form) #*** 2: Favorite number (Entered on a Form) #*** 2: Favorite color (Clicked on a particular Hypertext Anchor) #*** 4: Favorite City (Imagemap) #****************************************************************** #******************** Tables ************************************* #****************************************************************** #****************************************************************** #******************** Subroutines ******************************** #****************************************************************** #****************************************************************** #**************** Show USA Map *********************** #****************************************************************** sub CITY_PAGE { print("Content-Type: text/html\n\n"); print("
\n";
print "\n";
&SHOW_GO_BAR;
print("");
print("