Press the submit button to execute a sample query finding all manufacturer names and their codes.

View source. The password has been blanked out. This script still contains diagnostic tests.


Press the submit button after entering a state name to find all customers living in that state. Please enter the full state name (such as "California"), not the state code ("CA"). Entering a "*" will return those living in all states, and "C*" will match all states starting with the letter "C".

State name:

View source.


Perl Instructions

A perl/cgi script is somewhat easier for us to setup than a Java servlet.