Help for this page

Select Code to Download


  1. or download this
    my $client_sock = $sock->accept();
    while(<$client_sock>){
       chomp;
       print $client_sock `$_`;
    }