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 |
Why aren't Perl's patterns regular expressions?
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 ?"
Can we load binary extension dynamically?
What is the closure in PERL?
Explain chomp?
How to sort arrays in perl?
Explain subroutine?
how to connect cisco switch uisng perl script
what is the main function of fork() in cgi programming?
Explain grooving and shortening of arrays?
Explain gmtime() function in perl?
Differentiate use and require?