Re: same variable defined twice
[email protected] ("Alan C")
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
On Fri, May 23, 2008 at 12:15 AM, Alan C <[email protected]> wrote: > On Thu, May 22, 2008 at 5:57 AM, Octavian Rasnita <[email protected]> > wrote: > [ . . ] >Next shows a block or lexical scope (mask does not happen) versus when in the same scope (in global, not using a separate scope block) where mask can happen. s/in global/in file scope/; IOW I meant "file scope" rather than "global" (my incorrect use of "in global" now stands as corrected.) [ . . ] -- Alan. >