RE: Debugging and 'uninitialized value in concatenation' question

2002-04-26 Thread Chas Owens
On Fri, 2002-04-26 at 14:51, Jason Frisvold wrote: > Hrm.. I'll run some tests with it and see what I find out... Sounds > promising if it really is a preprocessor... So does it just do > something along the lines of a cat | grep -v and then > execute the output? (I realize that is simplifyi

RE: Debugging and 'uninitialized value in concatenation' question

2002-04-26 Thread Jason Frisvold
IL PROTECTED] Subject: RE: Debugging and 'uninitialized value in concatenation' question On Fri, 2002-04-26 at 11:44, Jason Frisvold wrote: > While this appears to be a decent solution, I think I would still > encounter the same problem that I wanted to avoid... Every time it > encount

Re: Debugging and 'uninitialized value in concatenation' question

2002-04-26 Thread Tanton Gibbs
]> Sent: Friday, April 26, 2002 11:44 AM Subject: RE: Debugging and 'uninitialized value in concatenation' question > While this appears to be a decent solution, I think I would still > encounter the same problem that I wanted to avoid... Every time it > encounters a CPP sta

RE: Debugging and 'uninitialized value in concatenation' question

2002-04-26 Thread Chas Owens
On Fri, 2002-04-26 at 11:44, Jason Frisvold wrote: > While this appears to be a decent solution, I think I would still > encounter the same problem that I wanted to avoid... Every time it > encounters a CPP statement (#IF DEBUG, #DEFINE, etc) then it still needs > to make the proper calls and wha

RE: Debugging and 'uninitialized value in concatenation' question

2002-04-26 Thread Jason Frisvold
nation encircles the world." -- Albert Einstein [1879-1955] -Original Message- From: Chas Owens [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 10:46 AM To: Jason Frisvold Cc: [EMAIL PROTECTED] Subject: Re: Debugging and 'uninitialized value in concatenation' question

Re: Debugging and 'uninitialized value in concatenation' question

2002-04-26 Thread Chas Owens
On Thu, 2002-04-25 at 14:49, Jason Frisvold wrote: > Judging from the subject lines coming across the list today, I think I'm > gonna toss this question out there and then duck and cover... :-) > > I have 2 actual questions. I'll try to be as specific as possible.. > :-) > > Question #1. > >

Re: Debugging and 'uninitialized value in concatenation' question

2002-04-26 Thread Michael Lamertz
On Thu, Apr 25, 2002 at 02:49:16PM -0400, Jason Frisvold wrote: > Judging from the subject lines coming across the list today, I think I'm > gonna toss this question out there and then duck and cover... :-) Hmm, I can't see any obvious reason to flame that post. It's a technique and style quest

RE: Debugging and 'uninitialized value in concatenation' question

2002-04-25 Thread Jenda Krynicky
From: "Jason Frisvold" <[EMAIL PROTECTED]> > Ok, shoot me now... I tried to provide an example and I blew it.. > *grin* I realize that the locals are block scope.. I know what I > meant, just didn't say it.. :) I see. You never know where does the other guy come from. In VB (yes I am forced

RE: Debugging and 'uninitialized value in concatenation' question

2002-04-25 Thread Jason Frisvold
mportant than knowledge. Knowledge is limited. Imagination encircles the world." -- Albert Einstein [1879-1955] -Original Message- From: Jenda Krynicky [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 4:17 PM To: [EMAIL PROTECTED] Subject: Re: Debugging and 'uninitialized

Re: Debugging and 'uninitialized value in concatenation' question

2002-04-25 Thread Jenda Krynicky
From: "Jason Frisvold" <[EMAIL PROTECTED]> > Judging from the subject lines coming across the list today, I think > I'm gonna toss this question out there and then duck and cover... :-) We do not shoot at people here. Even if they do provide the missile address. ;-) > Question #1. > > When I

Re: Debugging and 'uninitialized value in concatenation' question

2002-04-25 Thread Felix Geerinckx
on Thu, 25 Apr 2002 18:49:16 GMT, Jason Frisvold wrote: > Question #1. > [...] > One major side effect > of this is that my code will begin to run slower due to all of the > debugging... See Sean M. Burke's "Constants in Perl" article in The Perl Journal, which is available online. Especially t

Debugging and 'uninitialized value in concatenation' question

2002-04-25 Thread Jason Frisvold
Judging from the subject lines coming across the list today, I think I'm gonna toss this question out there and then duck and cover... :-) I have 2 actual questions. I'll try to be as specific as possible.. :-) Question #1. When I'm writing code, I want to be able to view as much output as po