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


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

Post New Answer

More CGI Perl Interview Questions

What are scalar data and scalar variables?

0 Answers  


What are the various advantages and disadvantages of perl?

0 Answers  


Why Perl aliases are considered to be faster than references?

0 Answers  


What does a die() function do 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,






Explain what is perl language?

0 Answers  


Enlist the advantages of using c over perl?

0 Answers  


Explain goto label?

0 Answers  


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

0 Answers  


What is the usage of -i and 0s options?

0 Answers  


How to turn on Perl warnings? Why is that important?

0 Answers  


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

0 Answers  


Categories