Help for this page
$SIG{PIPE} = 'IGNORE';
my $connected = 0; $SIG{PIPE} = sub { warn "Lost connection to server: $!"; $connected = +0; }; ... print "done\n"; }