in reply to Re^4: CLIENT help!
in thread CLIENT help!

'io-test-1.pl' is a small program that has some basic commands, just a little command interpreter. I wrote it inspired of www.telehack.com's interface, and I can upload the code so far if you would like me to. Should I get rid of the 'use strict'? D:

Replies are listed 'Best First'.
Re^6: CLIENT help!
by cjb (Friar) on Jun 12, 2012 at 13:15 UTC

    So just to clarify, you want io-test-1.pl to run interactively over the telnet connection?

    If that is the case, why not just move the socket handling into io-test-1.pl and bind that to the socket you're listening too?