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

what is the function of Return Value?

0 Answers  


How can arrays be tied?

0 Answers  


What are the steps involved in configuring a server using cgi programming?

0 Answers  


Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?

0 Answers  


Explain USE and REQUIREMENT statements?

0 Answers  


What is goto statement in perl?

0 Answers  


Difference between the variables in which chomp function work ?

0 Answers  


What is caller function in perl?

1 Answers  


what are the steps involved in reading a cgi script on the server?

0 Answers  


What is the difference between module and package?

4 Answers   EDS, IBM, Symantec,


Mention how many ways you can express string in Perl?

0 Answers  


Which of these is a difference between Perl and C++ ?

0 Answers  


Categories