Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
      {
      print "$_ -> ", convert($_);
      }
    
  2. or download this
    abcd -> 00011011
    dcba -> 11100100
    ...
    cdcd -> 10111011
    abba -> 00010100
    caab -> 10000001