in reply to infinite loop blues
If that doesn't fix it, then before your goto I would test a can to be sure that it should be found, and start debugging what package it went into, etc.
But I will bet that it is an error hidden behind eval's error trapping.
UPDATE: The reason why this is an infinite loop is that you call a method which is not there, falls into an AUTOLOAD, which calls the same method, it still is not there, falls into the same AUTOLOAD, etc.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: infinite loop blues
by jynx (Priest) on Jun 26, 2003 at 21:30 UTC |