On Mon, 23 Apr 2001, SunDog wrote:

>     where 'my' is placed in front of arrays, hashes - you name it ...

The "my" keyword makes a variable local. It's a scoping mechanism, and is
primarily used inside function definitions to keep the namespace
uncluttered.

-- 
Todd A. Jacobs
CodeGnome Consulting, LTD


Reply via email to