A start_html() Example

A start_html() Example

#!/usr/bin/perl

use CGI ':standard';

print

header,

start_html(-title=>'Secrets of the Pyramids',

-author=>'fred@capricorn.org',

-meta=>{'keywords'=>'pharoah secret mummy',

'copyright'=>' 1996 King Tut'},

-text=>'yellow',

-bgcolor=>'black');

print h1("I've gone all yellow!"),

"Isn't CGI fun?",

hr(),

end_html();

Previous slide Next slide Back to the first slide View Graphic Version