Perl Programming Question:

Download Job Interview Questions and Answers PDF

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.

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?