in reply to Re^12: json return value
in thread json return value
I get the following webserver error message
Its unlikely /home/myurl/public_html/500.shtml has much to do with your program (foobar.cgi)
It looks to as if the parameters are not parsed correctly or are not being received properly. Any help greatly appreciated
That is what you guess, but guessing is a terrible way to program. Examine the data. Basic debugging checklist item 4 ( Dumper ), DebugCGI (Dumper( $cgi ))
Re^7: json return value, Re: json return value, Ovid's CGI Course, CGI Programming -> CGI Help Guide , Troubleshooting Perl CGI scripts, DebugCGI , CGI::Carp, https://metacpan.org/module/App::Module::Lister
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^14: json return value
by stenasc (Novice) on Jul 27, 2013 at 11:50 UTC | |
by Anonymous Monk on Jul 28, 2013 at 02:46 UTC | |
by stenasc (Novice) on Jul 30, 2013 at 13:05 UTC | |
by Anonymous Monk on Jul 30, 2013 at 13:16 UTC | |
by stenasc (Novice) on Jul 30, 2013 at 13:53 UTC | |
|