in reply to Re: Re: activestate opens files from commandline but not when executed as a cgi
in thread activestate opens files from commandline but not when executed as a cgi

Where are you looking for the error messages?

Try
use CGI::Carp qw(fatalsToBrowser);
to see the error in the browser, or check the server error logs.

  • Comment on Re: Re: Re: activestate opens files from commandline but not when executed as a cgi
  • Download Code