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 |
Difference between the variables in which chomp function work ?
What is 'commit' command in perl?
Give an example of using the -n and -p option.
Differentiate between c++ and perl.
Explain splicing of arrays?
What is epoch time in perl?
What are the logical operators used for small scale operations? Explain them briefly.
What are the benefits of perl in using it as a web-based application?
What is caller function in perl?
You want to empty an array. How would you do that?
Write a script for 'count the no.of digits using regular expressions in perl..
What is cpan ? What are the modules coming under this?