in reply to Recursion troubles.
Another way to fix it (patch-style):
- while( $template =~ s/$re/$1\cA$i\cA$5/g ) { + while( $template =~ s/$re/$1\cA\cC\cA$5/g ) { @@ and after the croak "Bad range" + $template=~s/\cC/$start/; - my ($count, @list) = ($state->{nBatch}, ()); + my ($count, @list) = ($state->{batch}, ()); - $iVal = $ranges[$range]{last} = 0; + $iVal = 0;$ranges[$range]{last} = 1;
--
dakkar - Mobilis in mobile
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Recursion troubles.
by BrowserUk (Patriarch) on Dec 04, 2002 at 14:37 UTC |