in reply to
print() on closed filehandle STDOUT after printing to socket
The
use strict; use warnings;
strictures might have helped reveal the problem
almut
pointed out.
Comment on
Re: print() on closed filehandle STDOUT after printing to socket
Download
Code
In Section
Seekers of Perl Wisdom