mod_perl woes! frequent 500!

2004-11-22 Thread Faisal Nasim
've tried PerlFreshRestart On/Off both and I've also tried using both Apache::Registry and Apache::PerlRun. Can somebody give some pointers? What about that XML::Simple's XMLin() call? Should I report that? Regards, Faisal Nasim Pakistan -- Report problems: http://perl.apache.o

Re: mod_perl woes! frequent 500!

2004-11-22 Thread Faisal Nasim
that. I'm doing libxml = 2.5.8, XML::Simple... latest from CPAN. I've now upgraded to libxml 2.6.16. Regards, Faisal Nasim http://fnasim.blogspot.com/ At 02:04 AM 11/23/2004, Perrin Harkins wrote: On Mon, 2004-11-22 at 15:50, Tom Schindl wrote: > Well as Perrin already stated there a

END block weird behavior

2004-11-26 Thread Faisal Nasim
Hi, I have an END block in my Apache::PerlRun script. First I was trying to print something in the END{} block and it didn't show up on the browser. I tried writing to a file and it worked great! The weird thing is that when I try to use Dumper() call or any other module it doesn't work, it bai

Re: END block weird behavior

2004-11-30 Thread Faisal Nasim
close FILE; } You can see the different behaviors at: no modperl: http://www.nasim.org/test/short.cgi modperl: http://www.nasim.org/test/short.pl Note that the file is printed first and then updated. Hit refresh to see that modperl misses $mydata. Regards, Faisal At 01:12 AM 11/27/2004, Fais

Re: END block weird behavior

2004-12-02 Thread Faisal Nasim
At 05:48 AM 12/2/2004, Stas Bekman wrote: Faisal Nasim wrote: Okay here's a demonstration: The test script is: #!/usr/local/bin/perl use strict; use vars qw ($mydata); $mydata = 'woodooeer'; my $data = ''; my $data2 = 'dingdong'; print "Content-type: