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 v-strings?
How to read a directory in perl?
What is confess function in perl?
What is the purpose of redo statement?
What can be done for efficient parameter passing in perl?
Explain the various characteristics of perl.
What is perl scripting?
What are scalar data and scalar variables?
Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.
What are numeric operators in perl?
What is warn function in perl?
What's the difference between /^Foo/s and /^Foo/?
How many types of operators are used in the Perl?
What happens when you return a reference to a private variable?
Can you add two arrays together?