Perl programming on mMPE/iX - August 2001
HP World Page 32August 21, 2001
web server cgi - a simple example (cont.)
if (param()) {
print
"Your name is ",em(param('name')),
p,
"The keywords are: ",em(join(", ",param('words'))),
p,
"Your favorite color is ",em(param('color')),
hr;
}
print end_html;
• http://stein.cshl.org/WWW/software/CGI/ for more information