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 eval function in perl?
What are the various flags/arguments that can be used while executing a perl program?
What does this symbol mean '->'?
What package you use to create a windows services?
Explain the difference between "my" and "local" variable scope declarations. ?
What is perl scripting?
explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.
What does file test operators do in perl?
What's the difference between /^Foo/s and /^Foo/?
“Perl regular expressions match the longest string possible”. What is the name of this match?
Can you add two arrays together?
What is grep used for in perl?
What is perl? What is the basic command to print a string in perl?
You want to read command-line arguements with perl. How would you do that?
What is perl pop array function?