in reply to Use of uninitialized value in concatenation (.) or string

You never defined $OURVAR. Put something in it, or it will remain uninitialized.

_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker, who'd like a job (NYC-area)
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;

Replies are listed 'Best First'.
Re: Re: Use of uninitialized value in concatenation (.) or string
by P0w3rK!d (Pilgrim) on May 20, 2003 at 15:16 UTC
    Funny. I thought I replied to this. ...

    I put in a request to fix the code example. For some reason, my cut+paste failed when I copied things over in the "real" module. The code you see is just an example of the problem. Nonetheless, I fixed the "real" problem.

    And yes...it is a warning.

    Thanks :)

    -P0w3rK!d