Hey Everyone,
Ok, so I've gotten this Net::FTP; module working great and now my script is on it's way. But now I have to do something that I've never done before much like the ftp module I just started using, I have a script on the server that does some quick calculations and stuff, just reads databases and gets some numbers for me,
My question is how can I connect to the script on the server with a socket, and send a request for information, like print Socket "gimmedata"; and it returns the data?
This one's really wiered to me because it seems like the script on the server wouldn't even run, would it? Is this even a possibility?
Thanks a million!!!
Tony