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


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

If this is a simple "fetch one line" job, you can just use a bash command reading /dev/tcp to accomplish it.

See Using Bash's Built-in /dev/tcp File (TCP/IP).

In case you need it, there is also a /dev/udp.

             I hope life isn't a big joke, because I don't get it.
                   -SNL

  • 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:29 UTC
    Yes in fact OWW does do udp as well ... Is there actually a perl 1 wire tool ?.
      A Google search for "perl 1 wire" leads to many hits including DigiTemp which is "is a simple to use program for reading values from 1-wire devices".

                   I hope life isn't a big joke, because I don't get it.
                         -SNL