[snip]

> 
> It was more pseudocode than anything. I can't seem to duplicate the
problem with 
> test code. One thing I forgot to mention is that these functions are
called 
> recursively as far as 15 levels deep. Would that cause issues when
returning a 
> ref to a 'my'ed array from a function?
> 

Shouldn't, in fact it should be helping to prevent that type of problem,
but you have to make sure you are truly passing and returning, not just
setting values in globals.... see my other email.

http://danconia.org


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to