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

How can you create anonymous subroutines?

0 Answers  


What are different data types that perl supports. Elaborate on them.

0 Answers  


How to compare two strings in perl?

0 Answers  


Explain which feature of PERL provides code reusability?

0 Answers  


Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.

0 Answers  






Hi, I am a accountant. I am preparing a balance sheet but because of staff shortage and time pressures I cant complete it on time. There is lot of common data with last years which I need not retype and I can manage by editing last year’s balance sheet ? Is their any software on net where I can do this easily??

0 Answers  


There are two types of eval statements i.e. Eval expr and eval block. Explain them.

0 Answers  


How to concatenate strings in perl?

0 Answers  


How to get help for perl?

0 Answers  


How are parameters passed to subroutines in perl?

0 Answers  


my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?

1 Answers   A1 Technology,


Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?

0 Answers  


Categories