Help for this page

Select Code to Download


  1. or download this
    Alphabet:    abcdef
    Translation: d a  c
    
  2. or download this
    my $alpha = "abcdef";
    my $cipher = "abcadbbe";
    ...
        $tr = extend_translation( $alpha, $tr, $cipher, $word );
        # after this step, $tr = "deabf "
    }
    
  3. or download this
    my $alpha = "elprxyz";
    my $cipher = "zyxe";
    ...
    # lyzxrep: perl
    # lzxyrep: perl
    # lzyzrep: perl