http://www.perlmonks.org?node_id=449408


in reply to Behind the Scenes - Perl Variables

Perl uses basically the same scheme as Java *) for variables: variables are just pointers to values. The interesting question is: what does perl do with values.

perl guts illustrated answers that question far better than I could.

*) Note: my java internals knowledge is minimal, so I could be wrong.