This is code that illustrates an HTML form with "sticky" and nonsticky variables.
First name
and
last name
are sticky.
City
and
zip
are not.
I used raw HTML to generate the
first name
and
city
form elements, and CGI.pm to generate the
last name
and
zip
form elements.
Click the view Perl source link to see details.
First name?
Last name?
City?
Zip code?
view Perl source
back to the homepage