If you are referring to just using a CSS document for some HTML that you print out with Perl, all you would have to do it the following:
#!usr/bin/perl
print "Content-type:text/html\n\n";
print "<html><head><title>this is the title</title>\n";
print "<style>\n";
print "a {color:black}\n";
print "a.hover {color:white}\n";
print "</style></head><body>\n";
print "</body></html>\n";
Is that what you were referring to?
Hope this helps,
-Vic vic cherubini
vikter@epicsoftware.com
====
Knows: Perl, HTML, JavScript, C/C++, PHP, Flash, Director
====