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 |
How and what are closures implemented in perl?
What is the main function of cookie server?
Write a cgi program to show the header part?
what is CPAN?
Comment on the scope of variables in perl.
Distinguish my and local?
write a perl script to find whether a given line of text is starting and ending with same word or not ???
What is the use of 'ne' operator?
What is qq (double q)operator in perl?
How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';
Write syntax to add two arrays together in perl?
What are stdin, stdout and stderr?