Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    print STDERR "[Connected to $host:$port]\n";
    while ( <$remote> ) { print }
    
  2. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
        close(sockfd);
        return 0;
    }