Re: Strange message in web page

2008-07-11 Thread John Gateley
e in your code before you print the headers. Check for debugging statements. j -- John Gateley <[EMAIL PROTECTED]>

Re: File::stat prototype mismatch in error log

2008-05-29 Thread John Gateley
On Thu, 29 May 2008 14:33:54 -0400 Michael Peters <[EMAIL PROTECTED]> wrote: > John Gateley wrote: > > > use File::stat; > > So by default it's trying to override the built-in stat() function. Seems to > be > conflicting. Overriding built-in's usually no

File::stat prototype mismatch in error log

2008-05-29 Thread John Gateley
StatObj->size ... What does the error mean? And how can I get rid of it? Thanks, j -- John Gateley <[EMAIL PROTECTED]>

modperl and syslog, strange behavior

2008-04-15 Thread John Gateley
found "Message" appearing, but under a different script's name. So: mod_perl is somehow saving the socket state between runs of webscripts, right? Is it doing what it is supposed to be doing? Is there anything wrong with what I am doing? And most important - is there any other area that has the same or similar behavior? Thanks, j -- John Gateley <[EMAIL PROTECTED]>