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

List the prefix dereferencer in Perl.

0 Answers  


What is 'rollback' command in perl?

0 Answers  


Explain the difference between use and require?

5 Answers   Aspire,


What is cpan ? What are the modules coming under this?

0 Answers  


What are some common methods to all handles in perl?

0 Answers  






How to read a single line from a file in perl?

0 Answers  


How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?

4 Answers  


We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?

0 Answers   AppLabs,


write a script to check whether user enter a value is a leap year or not?

3 Answers   Oracle, Persistent, ViPrak,


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

0 Answers  


Explain chop?

0 Answers  


How will you declare a variable in perl?

0 Answers  


Categories