> If I recall, some security measures implemented in v6 will now remove the path to the perl interpreter. The recommended fix is to set the shebang line at the top of each script. I.E. > !#c:/perl/bin/perl.exe so that it point to your perl installation. >
I gave that a try (actually #!) and that didn't help. What the PERL interpreter seems unable to do is to handle the "print" command. When I do: print "Hello, World."; exit; I get the "Internal System Error," but when I do: print <<EOF; Hello EOF exit; it works just fine. In the first case I look at the server log and it indicates that "CGI process sent no content" which leads me to believe that for some reason the print command is not working properly. Vince ------------------------------------------------------- To unsubscribe please go to http://www.sambar.ch/list/
