The http://www.perlmeme.org/tutorials/cgi_script.html
tutorial
use the CGI modiule start_html() method as follows:
start_html(
-title => "An example web page",
-style => $style,
)
but this produces a bad stylesheet, at least in version
3.01 of the
CGI module.