D
dogdog
I've created some simple socket code to send data to a server and
then read back whats sent back. Something like this...I dont have
it in front of me so forgive on the errors.. i'm doing this from
memory.
read($socket,$buf,100);
What I need to do is somehow tr that $buf line. It gives back
soemthing like this
xxx 123456
I just want the 123456 portion to print to my webpage. How can
I do this in perl and embed it in my script after the read($socket.....
tia
dogdog
then read back whats sent back. Something like this...I dont have
it in front of me so forgive on the errors.. i'm doing this from
memory.
read($socket,$buf,100);
What I need to do is somehow tr that $buf line. It gives back
soemthing like this
xxx 123456
I just want the 123456 portion to print to my webpage. How can
I do this in perl and embed it in my script after the read($socket.....
tia
dogdog