Help for this page
my $string="foobar"; ... print "base32: $base32\n"; print "length of base32: ",length($base32),"\n";
string: foobar bin: 011001100110111101101111011000100110000101110010 ... corrected length of bin: 50 base32: dgn3xweyls length of base32: 10