[EMAIL PROTECTED] wrote:
> it finishes.  So the "use DBI" is working, but the httpd deamon dies
> anyway, but only when "use DBI" is present.

Maybe you have to specify the path to Perl modules by setting 
the PERL5LIB in your httpd's environment or by using "use lib
qw (/path/to/modules)" in your script?

> open(F, '> /tmp/count)

  or die "Could not write to file: $!";

Reply via email to