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 |
Show the use of sockets for the server and client side of a conversation?
List all the features of perl programming?
Explain gmtime() function in perl?
Does Perl have objects? If yes, then does it force you to use objects? If no, then why?
What does perl do in linux?
What are the advantages and disadvantages of perl language?
How to access parameters passed to a subroutine in perl?
Define print() function in perl?
Which of these is a difference between Perl and C++ ?
What is cpan ? What are the modules coming under this?
what is Perl one liner?
What is the closure in PERL?