100 levels deep in subroutine calls!

2007-06-19 Thread Loo, Peter # PHX
. *\n\n; 100 levels deep in subroutine calls! Is this strictly a Perl debug error message or is this a generic Perl error message? Is there a way around this limitation? I saw something while searching on the Internet about setting the $DB::deep to a higher number. I hope you can shed some

Re: 100 levels deep in subroutine calls!

2007-06-19 Thread Ron Savage
Hi Peter 100 levels deep in subroutine calls! Is this strictly a Perl debug error message or is this a generic Perl error message? Is there a way around this limitation? I saw something while searching on the Internet about setting the $DB::deep to a higher number. You can easily test

Re: 100 levels deep in subroutine calls!

2007-06-19 Thread Matthew Persico
On 6/19/07, Ron Savage [EMAIL PROTECTED] wrote: Hi Peter 100 levels deep in subroutine calls! Is this strictly a Perl debug error message or is this a generic Perl error message? Is there a way around this limitation? I saw something while searching on the Internet about setting the $DB

Re: FW: Re: 100 levels deep in subroutine calls!

2001-06-18 Thread Ronald J Kimball
:) After he gets the 100 levels deep in subroutine calls in the Perl debugger, he should use the T command to view the call stack. Ronald

Re: 100 levels deep in subroutine calls!

2001-06-15 Thread MikemickaloBlezien
On Fri, 15 Jun 2001 14:20:28 -0500 (CDT), Scott T. Hildreth [EMAIL PROTECTED] wrote: It appears that you are attempting to enter data to a column that has possible reached it's max size. What type of column type is the duplicate entry referring too?? Sorry I should have mentioned that I did

RE: 100 levels deep in subroutine calls!

2001-06-15 Thread Mitch Helle-Morrissey
, 2001 2:20 PM To: Sterin, Ilya Cc: [EMAIL PROTECTED] Subject: RE: 100 levels deep in subroutine calls! Sorry I should have mentioned that I did Trace it, I traced one of the Statement Handles as well as the Db Handle, it shows the Duplicate Error being returned but nothing else, ERROR

FW: Re: 100 levels deep in subroutine calls!

2001-06-15 Thread Scott T. Hildreth
It is updating data, the duplicates come from running again. Will get so far then it dies. When I took out the eval from the one function, it stopped dieing there. He has numerous code changes/fixes to make. He was reusing a global $sth for every handle, preparing everytime in a