RE: Missing output on browser

2004-12-21 Thread Graeme St. Clair
You may be getting a different set of environment variables in cgi than from the command line. I had to put a "BEGIN" block in all of my cgi scripts - to set environment - for the scripts to work in cgi... Jwm Interesting! I guess that explains the BEGIN block I recently inherited. Contex

RE: Missing output on browser

2004-12-20 Thread Moon, John
I'm trying to execute a select query from a Perl script and display the results in IE. The script works fine from the command line, it displays the results of the query. However, when it runs from IE it only displays the word 'Start:'. Any ideas? Thanks in advance. -Paul Here's the script: #!/us

Missing output on browser

2004-12-20 Thread Paul Ohashi
Hi All, I'm trying to execute a select query from a Perl script and display the results in IE. The script works fine from the command line, it displays the results of the query. However, when it runs from IE it only displays the word 'Start:'. Any ideas? Thanks in advance. -Paul Here's the scrip