in reply to Linux server doesn't like me

In addition to the syntactic advice alread posted, you might find it useful to print $q->header() before printing your quoted document - Even if the HTML is valid, you will need the script to generate a header. May I also recommend HTML::Template.
I can't believe it's not psellchecked

Replies are listed 'Best First'.
Re: Re: Linux server doesn't like me
by stonecolddevin (Parson) on Apr 25, 2003 at 03:19 UTC
    Yeah, I think it is a bit bulky. I just found it easier to use the qq blocks. I'll make those modifications and check it out. Thanks alot guys, I know how hard that code can be to read.