in reply to Re: Cube/digit script.
in thread Cube/digit script.
A minor quibble: I would avoid using $a and $b in this context, since they are global sort variables -- it has the potential to confuse a casual reader of your code. How 'bout $c, $d and $e instead? :)
|
|---|