You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
277 B
Perl

5 years ago
#!/usr/local/bin/perl
use CGI;
$co = new CGI;
print $co->header,
$co->start_html
(
-title=>'CGI Example',
-author=>'your Name',
-meta=>{'keywords'=>'CGI Perl'},
-BGCOLOR=>'white',
-LINK=>'red'
)