Help for this page

Select Code to Download


  1. or download this
            while( <$tele_client>) {
                if ($tele_client){
                    $tele_client->recv($test, 100000000);
    
  2. or download this
      $test = do { local $/; <$tele_client> };
      my $uasdata = $xs->XMLin($test);
      ...