in reply to acme::tools num2code function

The code you showed passes a string of numeric digits, a single-digit integer, and a string of characters held in $chars to a funtion named num2code, capturing the output into $code. You didn't show the line that actually produces output.

I can look at the output and formulate a theory as to what num2code does, but why don't you look at the documentation for num2code, or the source code for the function, and then follow up here if you still have a question.


Dave

Replies are listed 'Best First'.
Re^2: acme::tools num2code function
by cztmonk (Monk) on Jun 11, 2012 at 09:01 UTC
    I will look at the sourcecode and try to understand.