What are some of the key features of objects in perl?


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

Post New Answer

More CGI Perl Interview Questions

What is a chop() function in perl?

0 Answers  


Explain chop?

0 Answers  


Show the use of sockets for the server and client side of a conversation?

0 Answers  


Is there any way to add two arrays together?

0 Answers  


Define perl scripting?

0 Answers  






How do I replace every TAB character in a file with a comma?

0 Answers  


Explain which feature of PERL provides code reusability?

0 Answers  


write a Perl script to find a particular word in a paragraph???

1 Answers  


How does polymorphism work in perl?

0 Answers  


Can inheritance be used in perl? Explain with the help of an example.

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,


What does delete function do in perl?

0 Answers  


Categories