in reply to Re: Sending to and receiving from Telnet
in thread Sending to and receiving from Telnet

Thank you! This looks to be perfect!

Out of curiousity, though, if I had to do it some other way, is this possible? For example, could I open "telnet $address $port" as a filehandle and write and read from it? How would this (or something close to it) be done?

  • Comment on Re: Re: Sending to and receiving from Telnet

Replies are listed 'Best First'.
Re: Re: Re: Sending to and receiving from Telnet
by lshatzer (Friar) on Jul 23, 2001 at 23:16 UTC
    I would suggest reading perlipc for more information.