Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Recursion troubles.

by dakkar (Hermit)
on Dec 04, 2002 at 14:19 UTC ( [id://217481]=note: print w/replies, xml ) Need Help??


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

    Thanks Dakkar++.


    Okay you lot, get your wings on the left, halos on the right. It's one size fits all, and "No!", you can't have a different color.
    Pick up your cloud down the end and "Yes" if you get allocated a grey one they are a bit damp under foot, but someone has to get them.
    Get used to the wings fast cos its an 8 hour day...unless the Govenor calls for a cyclone or hurricane, in which case 16 hour shifts are mandatory.
    Just be grateful that you arrived just as the tornado season finished. Them buggers are real work.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://217481]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-18 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found