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

Why aren't Perl's patterns regular expressions?

0 Answers  


There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"

0 Answers   Cisco, Oracle,


Can we load binary extension dynamically?

0 Answers  


What is the closure in PERL?

0 Answers  


Explain chomp?

0 Answers  


How to sort arrays in perl?

0 Answers  


Explain subroutine?

0 Answers  


how to connect cisco switch uisng perl script

0 Answers   ABC,


what is the main function of fork() in cgi programming?

0 Answers  


Explain grooving and shortening of arrays?

0 Answers  


Explain gmtime() function in perl?

0 Answers  


Differentiate use and require?

0 Answers  


Categories