![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: Perl TK Submit enter incorrect routineby blm (Hermit) |
on Nov 15, 2005 at 12:37 UTC ( #508584=note: print w/replies, xml ) | Need Help?? |
Personally, debugging is just done by putting print statements in the code to test my assumptions. You have already done this. I would help you debug it but you would have to provide a runnable program that exhibits the undesirable behaviour. I tried to reproduce your bug with the code you have provided by doing the following I copied show_amend_userorderroute()removed the sub declaration, commented out the sql and put at the beginning, changed to and put
at the end. I get
This means the program tried to run the desired routine and I was unsuccessful in reproducing your bug. (I didn't bother copying and pasting the process_amend_userorderroute to my test code)
In Section
Seekers of Perl Wisdom
|
|