sub handle_client { my $w=shift; my $h=$w->fh; $in=<$h>; $w->DESTROY unless defined $in; print "in=$in\n"; }