I have been trying to get a small script to generate an HTML page. I want one line of the page have a link to an external CSS file. I tried using:
PRINT "<link.....>\n" ;
to enter the line of code into the new file. I get no errors but I don't get the style either. I have done a Google search on this topic. There are several references I found that show using CGI.pm functions to do this. The SA of my site, though, says that using CGI.pm is unnecessary. Which is correct?
PRINT "<link.....>\n" ;
to enter the line of code into the new file. I get no errors but I don't get the style either. I have done a Google search on this topic. There are several references I found that show using CGI.pm functions to do this. The SA of my site, though, says that using CGI.pm is unnecessary. Which is correct?
Comment