Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    }
    
    close($socket);
    
  2. or download this
    "A man's maturity -- consists in having found again the
    seriousness one had as a child, at play."   --Nietzsche
    
  3. or download this
    use strict;
    use warnings;
    
    ...
    print $response, "\n\n" if $response;
    
    close($socket);