Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -w
    # client1.pl - a simple client
    ...
    }
    close SOCKET or die "close: $!";
    print "\n --Client has disconnected-- \n";
    
  2. or download this
    #! /usr/bin/perl -w
    # server0.pl
    ...
    print "--END--";
    exit;
    }