What elements of the Perl language could you use to
structure your code to allow for maximum re-use and maximum
readability?
Answer / 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 |
What is the function of virtual documents in cgi programs?
Explain a tell function in perl?
Explain join function in perl?
What does file test operators do in perl?
How can I implement the function overloading in Perl ? I read about the operator overloading, I do not know how to implement the function overloading. Thanks in advance ?
Explain the difference between die and exit in perl?
Which has the highest precedence, List or Terms? Explain?
what is Perl one liner?
What is eval function in perl?
How to convert arrays into a string in perl?
What are the advantages of c over Perl?
How to connect with sqlserver from perl and how to display database table info?