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.
  • Comment on Re: Streams and "deep recursion" warning

Replies are listed 'Best First'.
Re^2: Streams and "deep recursion" warning
by tlm (Prior) on Aug 31, 2005 at 01: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.)

    the lowliest monk