in reply to Re: (Ovid) Re(3): uninitialized values for arrays suddenly appear
in thread uninitialized values for arrays suddenly appear
You can even leave them as the actual query string joined by '&' or ';', but to me its easier to edit when you separate them as above. Then you run your script with the CGI debug parameter on with this file as STDIN:param1=value1 param2=value2 etc=etc
To me its easier to get it working from the command line first, than constantly having to check the web logs (yes you can use FatalsToBrowser, but it doesn't help if your script dies before headers get output)../my_cgi_script <my_parameters
|
|---|