Help for this page

Select Code to Download


  1. or download this
    sub decodekey {
      my @digits = ('B','C','D','F','G','H','J','K','M','P','Q','R','T','V
    +','W','X','Y','2','3','4','6','7','8','9');
    ...
      }
      return $key;
    }
    
  2. or download this
    sub regexec {
      my $computer = shift;
    ...
      }
      return $outkey;
    }
    
  3. or download this
    use strict;
    use MIME::Base64;
    ...
    $hex =~ s/(..)/$1,/g;
    chop($hex);
    decodekey($hex);