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 |
Give an example of the -i and 0s option usage.
What is the difference between use and require in perl?
What is 'rollback' command in perl?
Explain gmtime() function in perl?
There are some duplicate entries in an array and you want to remove them. How would you do that?
Name an instance where you used a CPAN module?
How to replace perl array elements?
Explain a tell function in perl?
what is the difference between require and use in perl?
How to print escaping characters inside a string in perl?
Difference between Perl and Mod_perl?
How will you access an element of a perl array?