CGI Processing:The Perl Script
#!/usr/bin/perl
use CGI qw/:standard/;
$theName = param("username");
print "Content-type: text/html\n\n";
print " <html><body><h2>";
print " Your user name is $theName";
print "</h2></body></html>";
Previous slide
Back to first slide
View graphic version