in reply to Re^7: CGI-SQL Query Issue
in thread CGI-SQL Query Issue

My program runs well with proper results, when I run it from command line. But from web server , it does not output anything. What could be the issue?

Replies are listed 'Best First'.
Re^9: CGI-SQL Query Issue
by Corion (Patriarch) on Mar 17, 2016 at 15:31 UTC

    In my reply above, I said:

    You will have to debug this yourself, most likely by inspecting %ENV when you run your program from the command line and when you run it from the webserver.

    What part of this sentence is problematic for you to follow? Where did you encounter problems?

      I don't know how to proceed, this is my problem. How to debug this?