Which feature of Perl provides code reusability ? Give any example of that feature.
Answer Posted / zahir
inheritance feature of Perl provides code re usability. In inheritance, the child class can use the methods and property of parent class
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
You want to connect to sql server through perl. How would you do that?
How many loop control keywords are there in perl?
Can you add two arrays together?
How can you create anonymous subroutines?
How do you give functions private variables that retain their values between calls?
How to concatenate strings with perl?
What is -> symbol in perl?
how to connect cisco switch uisng perl script
What is goto statement in perl?
Mention the difference between die and exit in Perl?
what is Chop & Chomp function does?
What are the advantages of perl programming?
Define print() function in perl?
what are prefix dereferencer and list them out?