Perl Programming Question:
What happens when you return a reference to a private variable?

Answer:
Perl keeps track of your variables, whether dynamic or otherwise, and doesn't free things before you're done using them.
Previous Question | Next Question |
What is Perl one-liner? | How to turn on Perl warnings? Why is that important? |