mod_perl + CSS

2002-11-19 Thread Brett . Gillett
Hiya everyone, Another newbie question, I have an apache server setup with two instances, one for static pages and one for mod_perl dynamic pages. I use HTML::Template to generate my content. I would like to use CSS for styling but I can't seem to get it to work with mod_perl. I am assuming

DBI question

2002-11-15 Thread Brett . Gillett
Hiya everyone, I am new to mod_perl and have a question about generating dynamic webpages from a mysql database. I have a script that queries a IDS database and generates results such as Top 5 Signatures, etc. The problem is when I pass the results to the web interface it seems to be looping.