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 |
Which feature of Perl provides code reusability ? Give any example of that feature.
Explain what is lvalue?
What is “grep” function in perl?
How to read a single line from a file in perl?
How to add elements in a hash in perl?
How will you open a file in a write-only mode in perl?
What does cgi program store?
How will you access an element of a perl array?
How can you replace the characters from a string and save the number of replacements?
What is the difference between single (') and double (") quote in a string in perl?
Which operator in perl is used for the concatenation of two strings?
what are prefix dereferencer and list them out?