Which feature of Perl provides code reusability ? Give any example of that feature.
Answer / 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 |
Explain strftime() function in perl?
What is cpan ? What are the modules coming under this?
What is “grep” function in perl?
What happens when you return a reference to a private variable?
How to renaming a file in perl programming?
Why does Perl not have overloaded functions?
How to dereference a reference?
What are the advantages of programming in perl?
You want to open and read data files with perl. How would you do that?
“Perl regular expressions match the longest string possible”. What is the name of this match?
Explain the difference between my and local?
What is the Common Gateway Interface?