Perl Programming Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
What is Perl one-liner? | How to turn on Perl warnings? Why is that important? |