Help for this page

Select Code to Download


  1. or download this
        nc -k -l localhost 9999 # on Linux, for multiple requests
        nc -l -p 9999 localhost # on Cygwin, for one request only
    
  2. or download this
        use strict;
        use LWP::UserAgent;
    ...
        } else {
          die $rsp->status_line;
        }
    
  3. or download this
        LWP::UserAgent::VERSION  6.02
        IO::Socket::SSL::VERSION 1.44
    ...
        LWP::UserAgent::VERSION  6.02
        IO::Socket::SSL::VERSION 1.44
        # on Win32