Help for this page

Select Code to Download


  1. or download this
    @AoH = ( 
             { 
    ...
               $certName => $validTo,
             } 
           );
    
  2. or download this
    our @foundCertificates();
    
  3. or download this
    sub parseResponse {
        my $out = shift;
    ...
        }
        #print "$certname - $validTo\n";
    }