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
How to open and read data files with Perl
Differentiate use and require?
What is perl pop array function?
What is warn function in perl?
Give an example of the -i and 0s option usage.
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
What is the use of –w?
Differentiate between use and require, my and local, for and foreach and exec and system
Explain what is lvalue?
What is perl scripting?
What is use of ‘->’ symbol?
Explain chomp, chop, cpan, tk.
Mention what is cpan?
What is the use of -n and -p options?
How do I generate a list of all .html files in a directory?