| Perl Programming | ||
|---|---|---|
| Modules | ||
use CGI qw(:standard);
print header,
start_html('A Simple Example'),
h1('A Simple Example'),
p("Hello, World"),
end_html;
|
||
| Previous | http://stuff.mit.edu/iap/perl/ | Next |