Perl programming on MPE/iX - February 2001

February 9, 2001
Solution Symposium
Page 35
hp e3000
perl
programming
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