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


in reply to Tailing two files at once through IO::Socket

You will probably want to look at POE and POE::Wheel::ReadWrite (which I've used and it does the job fine and will take you about 15 minutes to write :), or Danga::Socket, which I'm sure will also be good (though I've only used it obliquely).
  • Comment on Re: Tailing two files at once through IO::Socket