bayruds has asked for the wisdom of the Perl Monks concerning the following question:
I get the following error message when using a filter:use Filter::Handle qw/subs/; . . . Filter \*STDOUT, sub { local $_ = "@_" print <FH1> "$_\n"; $_};
Any suggestions would be helpfulDeep recursion on subroutine "Filter::Handle::PRINT" at /lib/myfiltermodule.pm line 19 (#1) (W recursion) This subroutine has called itself (directly or indir +ectly) 100 times more than it has returned. This probably indicates an infin +ite recursion, unless you're writing strange benchmark programs, in wh +ich case it indicates something else. Deep recursion on anonymous subroutine at /lib/Filter/Handle.pm line 4 +2.
update (broquaint): fixed formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Filter::Handle - Deep Recursion Error
by BrowserUk (Patriarch) on Jun 04, 2003 at 01:59 UTC | |
by bayruds (Acolyte) on Jun 04, 2003 at 03:00 UTC | |
by BrowserUk (Patriarch) on Jun 04, 2003 at 03:43 UTC | |
by cadphile (Beadle) on Jun 19, 2003 at 23:55 UTC | |
by BrowserUk (Patriarch) on Jun 20, 2003 at 01:43 UTC | |
|
Re: Filter::Handle - Deep Recursion Error
by chromatic (Archbishop) on Jun 04, 2003 at 01:17 UTC |