Your name: $FORM{'name'}
Email: $FORM{'email'}
Which option you picked: $howreach{$FORM{'howreach'}}
How you'd rate this site (1=poor,5=excellent): $FORM{'rating'}
EndHTML
%boxes = ( "des" => "Website Design",
"svr" => "Web Server Administration",
"com" => "Electronic Commerce",
"mkt" => "Web Marketing/Advertising",
"edu" => "Web-Related Education" );
print "You're also involved in the following:
\n";
foreach $key (keys %boxes) {
if ($FORM{$key} == 1) {
print "$boxes{$key}
\n";
}
}
print <
$FORM{'comments'}