in reply to Re^3: Parsing a Hash in thread Parsing a Hash
Thank you. Your post in the other thread, came a couple of hours after I started this one. I am running it as a CGI program. I have no access to the server error logs, so I will try forcing the fatal erros using CGI::Carp
Re^5: Parsing a Hash
by davorg (Chancellor) on Jul 22, 2009 at 12:08 UTC
|
I have no access to the server error logs
If people expect you to do serious development, then they need to give you a sensible development environment.
Why not set up a web server on your local machine?
I will try forcing the fatal erros using CGI::Carp
It's not fatal errors we're talking about. It's warnings.
| [reply] |
|