in reply to Re^2: Understanding difference between my and local variables.
in thread Understanding difference between my and local variables.

"Variable" and "value" are not particular well defined terms; there are many layers, and they can't be separated into variable and value. Statements that rely on strong definitions like "it doesn't create new variables but it does create new values" convey no meaningful info and lead to frustration. It's best to avoid them.

In any case, how the values are saved is far beyond what the OP needed to know now. Or ever, even.

  • Comment on Re^3: Understanding difference between my and local variables.