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

So, what does io-test-1.pl do? Does it actually generate output? Does it compile? Does it even exist?

PS: commenting out your use strict; is a pretty bad idea. Ignoring problems doesn't solve them...

Replies are listed 'Best First'.
Re^5: CLIENT help!
by eanmrtn123 (Initiate) on Jun 11, 2012 at 16:08 UTC

    '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:

      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?