http://www.perlmonks.org?node_id=47961


in reply to CGI

Also, if you have your CSS in a separate file, you can use the following:
print $q->start_html( -title => "Some Title Here", -style => { src => '../style.css', type => 'text/css' } );

Cheers,
Ovid

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.