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

Post New Answer

More CGI Perl Interview Questions

What does the qq{ } operator do?

0 Answers  


Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?

0 Answers  


What is it meants by '$_'?

0 Answers  


Explain chomp, chop, cpan, tk.

0 Answers  


What is posix in perl?

0 Answers  


What is the difference between localtime() and gmtime() functions?

0 Answers  


Explain splicing of arrays?

0 Answers  


What?s your favorite module and why?

3 Answers  


What are scalars?

0 Answers  


What's the difference between /^Foo/s and /^Foo/?

0 Answers  


Can inheritance be used in perl?

0 Answers  


How do you you check the return code of a command in perl?

0 Answers   HCL,


Categories