my $new_sock = $sock->accept(); while(<$new_sock>) { print $_; } close($sock); [download]
In reply to Re: Perl Sockets Problem by tcf22 in thread Perl Sockets Problem by JoeJaz