in reply to Re^2: Can't call PERL script on another server?
in thread Can't call PERL script on another server?

If you get the "thank you" message, then the CGI script is running. It just isn't doing what it is supposed to. You need to debug it; do all the standard debugging things. Look at error logs, check success of system calls, print out debug messages.
  • Comment on Re^3: Can't call PERL script on another server?