Help with php perl

2004-10-22 Thread catrionaw
HI folks, just spent absolutely days re writing all my html file into php with css includes for reusable page elements. only to find that my perl script won't run the css or the php includes. Any ideas on what I can do to alter this, I know the perl script locks down to html only, but I have

Re: Help with php perl

2004-10-22 Thread David Dorward
On Fri, Oct 22, 2004 at 05:51:06PM +1000, [EMAIL PROTECTED] wrote: just spent absolutely days re writing all my html file into php with css includes for reusable page elements. only to find that my perl script won't run the css or the php includes. A CSS @import (assuming that is what you

Re: Using $CGI::POST_MAX

2004-10-22 Thread Bill Stephenson
On Oct 21, 2004, at 8:07 PM, Gunnar Hjalmarsson wrote: Bill Stephenson wrote: I'm using this line in my script: $CGI::POST_MAX = $CGI::POST_MAX = 30720; # 30k I tested it to see if it works and it did not process the form and write the data to a file when the data entered exceeded the amount

Re: Using $CGI::POST_MAX

2004-10-22 Thread Bill Stephenson
I've tweaked the code as much as I know how in order to make it work as expected but have not been successful. Is this a bug in CGI.pm or am I missing something simple here? Opps! I hadn't tried everything and I was missing something simple if ($Q-cgi_error()) { print $Q-header;

Re: Using $CGI::POST_MAX

2004-10-22 Thread Gunnar Hjalmarsson
Bill Stephenson wrote: I've tweaked the code as much as I know how in order to make it work as expected but have not been successful. Is this a bug in CGI.pm or am I missing something simple here? Opps! I hadn't tried everything and I was missing something simple if ($Q-cgi_error()) {