What elements of the Perl language could you use to
structure your code to allow for maximum re-use and maximum
readability?
Answer Posted / sagar girase
the element is keyword "sub"
means write the subroutines,
which allow maximum readability
and allow maximum-reuse
if want any other;
write the classes and package..
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is warn function in perl?
Explain the use of 'my' keyword in perl?
How are parameters passed to subroutines in perl?
Explain gmtime() function in perl?
Explain the execution of a program in perl.
How do I replace every character in a file with a comma?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.
What is the difference between perl list and perl array?
How to find the length of an array in perl?
How to copy a file in perl?
What are the various flags/arguments that can be used while executing a perl program?
In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?
what is the function that is used to identify how many characters are there in a string?
How and what are closures implemented in perl?