Help for this page

Select Code to Download


  1. or download this
    if ($socket == $extsock){
        print "Got data from extsock\n";
    } else {
        print "Got data from an unknown handle ($socket)\n";
    }