|
Hi guys, I am new to perl (first day today) so I hope what I am asking makes sense...
I need to write two small script communicating with two servers.
First script will establish a connection via http with server one, read data and send data to server two via tcp socket...
Second script will read data from server two via tcp socket and send data (obviously afters some manipulation which is fairly easy) to server one via http...
does it make sense?
I have seen example on how to establish an http connection but how do I establish a tcp / socket connection and read data coming from it (or send it in fact)?
thanks
|
|
|
|
|
|
|
// |