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
How to concatenate strings in perl?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
Mention what is cpan?
How to do comment in perl?
Mention how many ways you can express string in Perl?
What is the difference between die and exit in perl?
What is the purpose of _package_ literal?
How does polymorphism work in perl? Give an example.
What is the purpose of “_file_ literal” and “_line_ literal” in perl?
How to renaming a file in perl programming?
What is the peculiarity of returning values by subroutines in perl?
Explain string comparison operators in perl.
How to access parameters passed to a subroutine in perl?
Explain chomp?
What are scalars in perl?