Re: error message "Use of uninitialized value in concatenation (.) or string at

2012-04-12 Thread Shlomi Fish
Hello adit, On Wed, 11 Apr 2012 20:03:28 -0700 (PDT) adit edogawa wrote: > hi, > please help me ... > I have a perl script as follows: > > #! / Usr / bin / perl-w > # Use module > use strict; > use DBI; > Seems like your E-mail user-agent has seriously mangled your Perl code thinking it is fr

error message "Use of uninitialized value in concatenation (.) or string at

2012-04-12 Thread adit edogawa
', '$ Address', '$ Province', '$ Kode_pos', "$ MSISDN ', '$ Email',

Re: Use of uninitialized value in concatenation (.) or string at txt.pl line 33, line 11

2005-09-12 Thread Jeff 'japhy' Pinyan
On Sep 12, ganesh said: This is the warning messge I am getting when I executed my script. Please find my analysis of the above warning Input: Line 1: 20(1): 125-126 Line 2: 20:125-126 Output: Line 1: 20(1): 125-126 Line 2: 20:125-126 My Code: $line=~s!(\d+)(\(\d+\))?:(\d+)-!$1$2:$3-!

Use of uninitialized value in concatenation (.) or string at txt.pl line 33, line 11

2005-09-12 Thread ganesh
Dear All, This is the warning messge I am getting when I executed my script. Please find my analysis of the above warning Input: Line 1: 20(1): 125-126 Line 2: 20:125-126 Output: Line 1: 20(1): 125-126 Line 2: 20:125-126 My Code: $line=~s!(\d+)(\(\d+\))?:(\d+)-!$1$2:$3-!g; Both the l

Re: Use of uninitialized value in concatenation (.) or string at...

2003-09-08 Thread Bernard Kenik
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, September 06, 2003 2:13 PM Subject: Use of uninitialized value in concatenation (.) or string at... > What does this mean?? I'm thoroughly puzzled and I've b

Re: Use of uninitialized value in concatenation (.) or string at...

2003-09-07 Thread R. Joseph Newton
Please do not cross-post. I know already that I am going to be burned with at least two failure notices by responding to your post before checking for rudeness. Since I am not subscribed to either of the other lists you *spammed*, my replies will be returned with either failure or "Awaiting ap

Re: Use of uninitialized value in concatenation (.) or string at...

2003-09-07 Thread R. Joseph Newton
t; > > Use of uninitialized value in substitution (s///) at > C:\perl_stuff\artists.pl line 120. > Use of uninitialized value in concatenation (.) or string at > C:\perl_stuff\artists.pl line 122. > Use of uninitialized value in concatenation (.) or string at > C:\perl_stuff\

Re: Use of uninitialized value in concatenation (.) or string at...

2003-09-07 Thread Carl Jolley
e errors I'm > getting, followed by the peice of code that the error is apparently in. I > can't see what's wrong though. The code looks fine to me... > > Use of uninitialized value in substitution (s///) at > C:\perl_stuff\artists.pl line 120. > Use of uninitialized

Use of uninitialized value in concatenation (.) or string at...

2003-09-06 Thread Devon Young
ode that the error is apparently in. I can't see what's wrong though. The code looks fine to me... Use of uninitialized value in substitution (s///) at C:\perl_stuff\artists.pl line 120. Use of uninitialized value in concatenation (.) or string at C:\perl_stuff\artists.pl line 122. Use o

RE: Use of uninitialized value in concatenation (.) or string at mlknpvs.pm line 241

2001-09-04 Thread Rob Dixon
. May we see a little more of your code? Don't forget that, if $name doesn't contain any '.'s then $parts[1] _will_ be uninitialized. Cheers, Rob > -Original Message- > From: John Way [mailto:[EMAIL PROTECTED]] > Sent: 04 September 2001 17:08 > T

Use of uninitialized value in concatenation (.) or string at mlknpvs.pmline 241

2001-09-04 Thread John Way
I am running a script with -w and I keep getting multiple warnings like... Use of uninitialized value in substr at mlknpvs.pm line 240 Use of uninitialized value in concatenation (.) or string at mlknpvs.pm line 241 In this particular script I call a sub from mlknpvs.pm. I declared an