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 does the qx{ } operator do?

0 Answers  


Is perl a case sensitive language?

0 Answers  


Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.

3 Answers   TCS,


Differentiate use and require?

0 Answers  


How to count no of occurrence of a unique patterns in perl?

4 Answers   Ness Technologies,






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

0 Answers  


Explain regular expression in perl?

0 Answers  


What is the difference between use and require in perl?

0 Answers  


How do I print the entire contents of an array with Perl?

0 Answers  


How to copy a file in perl?

0 Answers  


What happens in dereferencing?

0 Answers  


sort a word "system" in perl/shell without using built in functions output should be emssty

2 Answers   emc2,


Categories