base convert by MG

#!perl -pal
($_,$a,$b)=('',@F);do{$_=$a%$b.$_}while$a=int($a/$b);

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page