question about uninitialized variable

2003-03-07 Thread Tony Bandy
Hello everyone, Fairly new to the list here (and perl), so if this is an inappropriate post, please forgive me. I've got the Learning Perl book plus a few others...but I'm still scratching my head over this one. Just a beginning test page where the end-user submits a name and gets a page back wit

RE: question about uninitialized variable

2003-03-07 Thread Hughes, Andrew
PROTECTED] Sent: Friday, March 07, 2003 1:43 PM To: [EMAIL PROTECTED] Subject: question about uninitialized variable Hello everyone, Fairly new to the list here (and perl), so if this is an inappropriate post, please forgive me. I've got the Learning Perl book plus a few others...but I'

Re: question about uninitialized variable

2003-03-07 Thread Wiggins d'Anconia
ioned that the page worked, is the name displayed correctly? What line number is indicated in the warning, and what line of code is that? This will give you an idea of which value is uninitialized. http://danconia.org -Original Message- From: Tony Bandy [mailto:[EMAIL PROTECTED] Sent: Frida

Re: question about uninitialized variable

2003-03-09 Thread drieux
On Friday, Mar 7, 2003, at 10:42 US/Pacific, Tony Bandy wrote: [..] Just a beginning test page where the end-user submits a name and gets a page back with that name in it. The page works,however, the warning I keep getting is: "Use of uninitialized value in concatenation (.) or string..." that err