Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Difference between 'my' and 'local'
by PodMaster (Abbot) on Dec 21, 2004 at 13:09 UTC
Re: Difference between 'my' and 'local'
by zejames (Hermit) on Dec 21, 2004 at 13:06 UTC
•Re: Difference between 'my' and 'local'
by merlyn (Sage) on Dec 21, 2004 at 14:16 UTC
Re: Difference between 'my' and 'local'
by revdiablo (Prior) on Dec 21, 2004 at 17:56 UTC

    To round out the list of links in this thread, please take some time to read Coping with Scoping. It helped me quite a bit when I was new.