PERL BEGINNERS 39 MOD PERL STYLESHEET
From: vribeaud@no-spam (Vincent Ribeaud)
Subject: mod_perl + stylesheet
Date: 8 Aug 2003 07:14:33 -0700


Hi,
Could anyone tell me how I can include a stylesheet in the perl code in a mod_perl script.
TIA Vincent
for example:

use strict;
my $r = shift;
$r->send_http_header('text/plain');

# This does not work #$r->send_http_header("rel=\"stylesheet\", # href=\"http://172.20.20.113/css/docindex.css\", # type=\"text/css\"");
$r->print("<h1>Bla Bla Bla<h1>");