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
Previous slide
Next slide
Back to first slide
View graphic version