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 Return Value?
How can arrays be tied?
What are the steps involved in configuring a server using cgi programming?
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
Explain USE and REQUIREMENT statements?
What is goto statement in perl?
Difference between the variables in which chomp function work ?
What is caller function in perl?
what are the steps involved in reading a cgi script on the server?
What is the difference between module and package?
Mention how many ways you can express string in Perl?
Which of these is a difference between Perl and C++ ?