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
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