in reply to Re^2: Question on Recursion
in thread Question on Recursion
only printing the 9s was done on purpose, as that's what the OP is doing.print "$num == 9\n" if ($total1 == 9);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Question on Recursion
by roboticus (Chancellor) on Jan 09, 2009 at 13:29 UTC |