Help for this page

Select Code to Download


  1. or download this
    while (recv ($local_client,$e,1,0)) { print $e; };
    
  2. or download this
    while (recv ($local_client,$e,1,0)) { print $e; last unless connected(
    +$local_client) };