Help for this page

Select Code to Download


  1. or download this
    package Keys;
    require Exporter;
    @ISA=qw(Exporter);
    ...
    use constant PRIVATE_KEY      => 'private key here';
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    #
    ...
    print "Content-Type: text/html\n\n";
    print PRIVATE_KEY."\n";