Help for this page

Select Code to Download


  1. or download this
     
    #!/usr/bin/perl -w 
    # server1.pl - a simple server 
    ...
     
        close CLIENT; 
    }
    
  2. or download this
    #! /usr/bin/perl -w 
    # client1.pl - a simple client 
    ...
     
        }