http://www.perlmonks.org?node_id=997677


in reply to Sniffing a telnet session into a file ...

OWW sends a txt line of data out on port 8891 on the localhost which can be read by telnet 'ing the localhost on that port
You don't need to telnet to it. Just use IO::Socket::INET to connect to the host, read a text line from it and write it anywhere.
Sorry if my advice was wrong.
  • Comment on Re: Sniffing a telnet session into a file ...

Replies are listed 'Best First'.
Re^2: Sniffing a telnet session into a file ...
by RedTussock (Acolyte) on Oct 07, 2012 at 17:21 UTC
    Even better ... :-)