http://qs321.pair.com?node_id=354955

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

Hello Wise Monks.

Does merely declaring variables with "my" consume RAM, or does a perl program take up RAM only when a value is assigned to a previously declared variable?

Also, do unused variables consume RAM?

Thanks in advance.

Gorby