in reply to Re: cgi page calling another cgi when submitting form but does not returns error only to web server log and not to browser.
in thread cgi page calling another cgi when submitting form but does not returns error only to web server log and not to browser.

Thanks , So if i am passing the form data of cgi ( i.e. the $ENV{QUERY_STRING} to this module ) , in that case I should be splitting it using split function and extract the param from there right ?
  • Comment on Re^2: cgi page calling another cgi when submitting form but does not returns error only to web server log and not to browser.

Replies are listed 'Best First'.
Re^3: cgi page calling another cgi when submitting form but does not returns error only to web server log and not to browser.
by Anonymous Monk on Jul 01, 2014 at 17:12 UTC