Devon Young wrote:

> What does this mean?? I'm thoroughly puzzled and I've been scouring the net
> for an answer. I've been assuming it means I'm not putting strings together
> correctly, but I can't figure out how to fix it. Here's the 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...

Your perception of the code is inaccuarate.  Please post it with lines 120, 122, and 
123 marked with their line numbers, and we can get started.

>
>
> 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\artists.pl line 123.

[snipped because anything beyond here is absolutely irrelevant.  Get a value assigned 
to whichever variable is not being properly intialized, and all the other warnings 
will likely disappear too.]

Joseph



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to