in reply to acme::tools num2code function

Have you looked at the Acme::Tools documentation? It explains what the subroutine is supposed to do. What parts of the documentation are unclear to you?

Replies are listed 'Best First'.
Re^2: acme::tools num2code function
by cztmonk (Monk) on Jun 11, 2012 at 08:55 UTC
    Yes I did. I did not understand the resulting output. (EOOv0).

      The first sentence of the documentation for code2num and num2code says:

      num2code() convert numbers (integers) from the normal decimal system to some arbitrary other number system.

      There are more examples of what the functions do. What parts exactly are you having problems with? If you suspect a bug in either of the functions, please show the result you expect and the result you get.