Perl Programming Question:
Download Questions PDF

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.

Download Perl Programming Interview Questions And Answers PDF

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