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 |
Write an expression or perl script to identify the entered ip address is valid or not?
List the operator used in Perl?
List all the features of perl programming?
Comment on array slicing and range operator
How to prevent file truncation in perl?
Mention the difference between die and exit in Perl?
Can you add two arrays together?
What is 'commit' command in perl?
Write the program to process a list of numbers.
In Perl, what is grep function used for?
Give an example of the -i and 0s option usage.
Create a function that is only available inside the scope where it is defined ?