...
--
Jeff Boes vox 269.226.9550 ext 24
Database Engineer fax 269.349.9076
Nexcerpt, Inc. http://www.nexcerpt.com
...Nexcerpt... Extend your Expertise
Jeff Boes wrote:
Stas Bekman wrote:
You are running under mod_perl 1.0, right? Can we see the output of
perl -V? Anything in the error_log?
Here's the -V output from the script running under mod_perl (thanks,
Rafael!):
Summary of my perl5 (revision 5.0 version 8 subversion 1) configur
Stas Bekman wrote:
Jeff Boes wrote:
We moved our webserver from a machine where mod_perl was built
under Perl 5.6.1, to a server where it was built under 5.8.1. Now,
Perl scripts run but produce no browser output!
You mean a simple script:
print "Content-type: text/plain\n\n";
pr
Stas Bekman wrote:
Jeff Boes wrote:
We moved our webserver from a machine where mod_perl was built under
Perl 5.6.1, to a server where it was built under 5.8.1. Now, Perl
scripts run but produce no browser output!
open(STDOUT,'>- :stdio') or die $!;
This code runs, and produ
/tmp directory. But all I get
in my browser is a blank page and a "Done."
--
Jeff Boes vox 269.226.9550 ext 24
Database Engineer fax 269.349.9076
Nexcerpt, Inc. http://www.nexcerpt.com
...Nexcerpt... Extend your Expertise