in reply to How to implement CSS in perl script.
UPDATE From the looks of your code, you are not. So you could just doprint start_html(-style=>{'src'=>'http://my.server.com/style.css'} );
Unless I am misunderstanding the question.print qq|<link href="http://my.server.com/style.css" rel="stylesheet" +type="text/css"></link>|;
|
|---|