How can memory be managed in Perl?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

What are the benefits of perl in using it as a web-based application?

0 Answers  


How can you use Perl warnings and what is the importance to use them?

0 Answers  


What is posix in perl?

0 Answers  


What is the importance of perl warnings? How do you turn them on?

0 Answers  


What value is returned by a lone `return;’ statement?

0 Answers  






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

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,


write a script to display mirror image of a entered value and also check whether Palindrome

3 Answers   HCL, Persistent,


Why is it hard to call this function: sub y { "because" } ?

0 Answers  


There are some duplicate entries in an array and you want to remove them. How would you do that?

0 Answers  


What is eval function in perl?

0 Answers  


how to connect cisco switch uisng perl script

0 Answers   ABC,


Categories