in reply to Recursive string building: stepwise and final strings differ
I'd think about changing that code to either my $incr; or keeping a stack of @incr and using $incr[++$depth]=0; and $incr[$depth] whereever you have been using just $incr.
Does that make sense?
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Recursive string building: stepwise and final strings differ
by princepawn (Parson) on Feb 12, 2001 at 22:25 UTC | |
by extremely (Priest) on Feb 12, 2001 at 22:40 UTC |