Perl Programming Question:

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

Perl Programming Interview Question
Perl Programming Interview Question

Answer:

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


Previous QuestionNext Question
What is Perl one-liner?How to turn on Perl warnings? Why is that important?