Re: debugging advice

2006-08-08 Thread Perrin Harkins
On Mon, 2006-08-07 at 12:36 -0400, Jonathan Vanasco wrote: > does anyone have any pointers for this? I *think* that if i do all > the sets in a BEGIN block it should work the way I expect. Since the constant thing is kind of a hack and depends on prototypes, it is easy to break. The only way t

debugging advice

2006-08-07 Thread Jonathan Vanasco
Today I'm: migrating some code from dev to production porting some personal modules to CPAN I've run into an issue where I make heavy use of things like DEBUG >=3 && errorLogger('string') the issue being that I've got so much debug stuff going on, that I've tied it to