Hi, quick question:
Is it possible for vb6 to receive an answer from PERL via a return statement?
Let me expand:
The thing is, I have a CGI script that I would like to send data to a VB application. I know VB can "call" the script by making an InternetExploer object, and using the "location" method to call the web script, but can VB listen for a response?