Name an instance where you used a CPAN module?
Answer Posted / kiran
we will get a no.of modules from CPAN ,
there so many module for database interface,
database drivers.
to do the mathematical operations ,text processing .
each module is to handle a small tasks .
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of _package_ literal?
What can be done for efficient parameter passing in perl? Explain.
You want to concatenate strings with perl. How would you do that?
How many ways can we express string in Perl?
What is the difference between exec and system?
What happens in dereferencing?
Write syntax to add two arrays together in perl?
Explain chomp, chop, cpan, tk.
You want to empty an array. How would you do that?
Comment on the scope of variables in perl.
What does delete function do in perl?
Can inheritance be used in perl? Explain with the help of an example.
What's the difference between /^Foo/s and /^Foo/?
what is perl language?
Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?