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 difference between perl array and perl hash?

0 Answers  


What is the purpose of “_file_ literal” and “_line_ literal” in perl?

0 Answers  


What does delete function do in perl?

0 Answers  


What are prefix dereferencer? List them.

0 Answers  


What are different data types that perl supports. Elaborate on them.

0 Answers  






How to turn on Perl warnings? Why is that important?

0 Answers  


Differences between die and exit.

0 Answers  


How will you open a file in a write-only mode in perl?

0 Answers  


what is the difference between require and use in perl?

3 Answers   IBM,


What is grep used for in perl?

0 Answers  


What is the difference between $array[1] and @array[1]?

1 Answers  


How do you set environment variables in perl?

0 Answers  


Categories