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
Give an example of using the -n and -p option.
What are perl strings?
What interface used in PERL to connect to database? How do you connect to database in Perl?
What is stdin in perl?
What is the easiest way to download the contents of a URL with Perl?
What are prefix dereferencer?
How do find the length of an array?
you are required to replace a char in a string and store the number of replacements. How would you do that?
What is a chop() function in perl?
Explain the internal working of cgi
Write syntax to use grep function?
How to dereference a reference?
what is CPAN?
How and what are closures implemented in perl?
Explain a tell function in perl?