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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What does cgi program store?

533


How do you match one letter in the current locale?

551


How can you call a subroutine and identify a subroutine?

500


How to implement a stack in Perl?

572


List the data types that Perl can handle?

568






Explain grooving and shortening of arrays?

700


How to replace perl array elements?

524


What does a die() function do in perl?

538


Why to use perl scripting?

519


What does `$result = f() .. g()' really return?

564


How can I implement the function overloading in Perl ? I read about the operator overloading, I do not know how to implement the function overloading. Thanks in advance ?

2495


What does delete function do in perl?

514


What are the various perl data types based on the context?

534


How to dereference a reference?

560


Differentiate between use and require, my and local, for and foreach and exec and system

482