Answers

Question and Answer:

  Home  Perl Programming

⟩ 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.

 199 views

More Questions for you: