What happens when you return a reference to a private variable?
By admin on Jul 10, 2007 in Perl Interview Questions
Perl keeps track of your variables, whether dynamic or otherwise, and doesn’t free things before you’re done using them.
Java Interview Questions | IT interview questions | Software Testing Interview questions | .Net Interview Questions | Job Interview Questions & Answers | Tough Interview Questions | Technology Interview Questions | Tech Interview Questions | Testing Interview Questions | SAP Interview Questions | ABAP Interview Questions | Data Warehousing Interview Questions
Current ArticleBy admin on Jul 10, 2007 in Perl Interview Questions
Perl keeps track of your variables, whether dynamic or otherwise, and doesn’t free things before you’re done using them.