Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        }
        close $client;
    }
    
  2. or download this
    #!/usr/bin/perl -wl
    use strict;
    ...
        print "$count: @data";
    }
    close $sock;
    
  3. or download this
    $ ./888339_c.pl
    3: 1 1 1
    ...
    3: 14 14 14
    1: 15
    ...