What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain regular expression in perl?
What does cgi program store?
What does the command "use strict" do and why should you use it?
Explain subroutine in perl?
What is goto statement in perl?
How do I replace every character in a file with a comma?
Explain join function in perl?
Differentiate between arrays and list in perl.
What is cpan ? What are the modules coming under this?
You want to open and read data files with perl. How would you do that?
Explain the difference between declarations of 'my' and 'local' variable scope in perl?
what is Perl one liner?