What elements of the Perl language could you use to
structure your code to allow for maximum re-use and maximum
readability?
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 |
How do I read command-line arguments with Perl?
Write a script to reverse a string without using Perl's built in function
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 ?"
Explain USE and REQUIREMENT statements?
How will you create a file in perl?
What package you use to create a windows services?
Explain perl. What are the advantages of programming in perl?
What is -> symbol in perl?
Which has the highest precedence, List or Terms? Explain?
Difference between the variables in which chomp function work ?
What are perl array functions?
what is the difference between require and use in perl?