Click to See Complete Forum and Search --> : CGI TCP/IP client


ZupaDupa
01-14-2003, 04:55 PM
I wonder if thats how I should expose it...

Straight to the point:

A friend (=a guy I know :) of mine has offerd his help in a little script that I need: A remote control program for my computer. He is making the server part, and I need a simple CGI script thet could send a command to an address like 'ip:port'. I think (=my "friend" thinks :) it is quite simple and I figured I would get some help from here. If there is a good example of this kind of script, please, inform me. Id be happy to learn some more CGI while dealing this project. Any template script or a tutorial about this subject would be fine.

Thank you.

jeffmott
01-14-2003, 05:39 PM
From what I gather, you need to send an HTTP request from your computer? If that's right then see the HTTP::Request (http://www.perldoc.com/perl5.8.0/lib/HTTP/Request.html) module.