Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #Traditional IO::Select Example 
    ...
            ....
        }
    }
    
  2. or download this
    #!/usr/bin/perl -w
    #New stable Thread module in 5.8
    ...
       $clientSocket=shift;
       ...
    }