in reply to Re: Re: Recursive string building: stepwise and final strings differ
in thread Recursive string building: stepwise and final strings differ
and see if it was causing the value of $incr to "pass thru".my $bullet = sprintf "%s%s. %s\n%s", tab, ++$incr, $key, $self->proc_array(@$val);
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|