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


in reply to Re: (Seemingly) Broken interactions between Net::Server and IO::Pipe? (dup)
in thread (Seemingly) Broken interactions between Net::Server and IO::Pipe?

Ooooh... That actually seems to fix it! Yippeee!!! Thanks so much, tye. Now to go find the author of Net::Server and convince him that he needs to patch it.
  • Comment on Re^2: (Seemingly) Broken interactions between Net::Server and IO::Pipe? (dup)

Replies are listed 'Best First'.
Re^3: (Seemingly) Broken interactions between Net::Server and IO::Pipe? (dup)
by Rhandom (Curate) on Mar 08, 2006 at 22:28 UTC
    This patch and many others are now in 0.91 on CPAN.

    Thanks tye.

    my @a=qw(random brilliant braindead); print $a[rand(@a)];