Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    open(my $pofh, '>', 'publicKey.dat') or die($!);
    print $pofh encode_base64($publicKey, '');
    close $pofh;
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    } else {
        print "Oh no, verification failed! The reason is: ", $auth->lastEr
    +ror(), "\n";
    }