This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
in reply to Streams and "deep recursion" warning
Without having taken time to really look at your code, I'm guessing that the code that makes the magic 100th deep function call doesn't have warnings enabled.
Re^2: Streams and "deep recursion" warning
by tlm (Prior) on Aug 30, 2005 at 21:21 UTC
|
That's an intriguing possibility. Could that be the case if both files (the script and Stream.pm) ran under use warnings? (The only module Stream used is Exporter; in the unlikely event that this could have anything to do with missing warnings, I eliminated this dependency.)
| [reply] |
|