in reply to 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

To elaborate, I am using absolute, not relative paths, I do have a die after the open, no message is printed. The server is running as LOCAL_USER, the file permissions are set such that any user has full privileges on the file its parent directories.
  • Comment on Re: Re: activestate opens files from commandline but not when executed as a cgi

Replies are listed 'Best First'.
Re: Re: Re: activestate opens files from commandline but not when executed as a cgi
by jsprat (Curate) on Jun 10, 2002 at 20:17 UTC
    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.