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
Which operator in perl is used for the concatenation of two strings?
Define dynamic scoping.
What is perl scripting?
You want to open and read data files with perl. How would you do that?
How to read multi lines from a file in perl?
How do I send e-mail from a Perl/CGI program on a Unix system?
What is boolean context?
What are stdin, stdout and stderr?
For a situation in programming, how can you determine that Perl is a suitable?
Explain goto label, goto name, and goto expr?
How to change a directory in perl?
Explain the arguments for perl interpreter.
List the data types that Perl can handle?
What does localtime() do in perl?
How to close a file in perl?