First Example
First Example
#!/usr/bin/perl
use CGI ':standard';
print
header,
start_html('Example 1'),
h1('Hello World!'),
"Wow, I'm speaking HTML!",
hr,
end_html;
Previous slide
Next slide
Back to the first slide
View Graphic Version