What elements of the Perl language could you use to
structure your code to allow for maximum re-use and maximum
readability?



What elements of the Perl language could you use to structure your code to allow for maximum re-us..

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

Post New Answer

More CGI Perl Interview Questions

How and what are closures implemented in perl?

0 Answers  


What is the main function of cookie server?

0 Answers  


Write a cgi program to show the header part?

0 Answers  


what is CPAN?

0 Answers  


Comment on the scope of variables in perl.

0 Answers  






Distinguish my and local?

0 Answers  


write a perl script to find whether a given line of text is starting and ending with same word or not ???

2 Answers   CSS,


What is the use of 'ne' operator?

0 Answers  


What is qq (double q)operator in perl?

0 Answers  


How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';

2 Answers  


Write syntax to add two arrays together in perl?

0 Answers  


What are stdin, stdout and stderr?

0 Answers  


Categories