Help for this page

Select Code to Download


  1. or download this
    use Crypt::SSLeay 0.57;
    use Net::SSL 2.84;
    print "Net::SSL $Net::SSL::VERSION\n";
    print "Crypt::SSLeay  $Crypt::SSLeay::VERSION\n";
    
  2. or download this
    print $Net::HTTPS::SSL_SOCKET_CLASS;
    
  3. or download this
    #!/usr/bin/perl -- 
    
    use strict;
    ...
    
    ##################################################################