DEVFYI - Developer Resource - FYI

What happens when you return a reference to a private variable?

Perl Questions and Answers


(Continued from previous question...)

What happens when you return a reference to a private variable?

Perl keeps track of your variables, whether dynamic or otherwise, and doesn't free things before you're done using them.

(Continued on next question...)

Other Interview Questions