Name an instance where you used a CPAN module?
Answers were Sorted based on User's Feedback
Answer / prabhath kota
You might have asked the question in reverse.For daily needs
and for normal development purposes in Perl, we need to use
many modules.
We will get the modules from a common repository called
"Cpan", in which programmers from all over the world keep
the modules. Anyone can use them.
Eg.,
Data::Dumper
CGI
HTML::Template
CGI::Carp qw(fatalsToBrowser);
CGI::Ajax ...
...........
..........
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raghav
There are no.of instances for this
For eg; we use DBI module for database connectivity,
and we also use CGI Module for parsing the form input and
printing the headers.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Define print() function in perl?
What does init 5 and init 0 do?
How to connect to SQL server through Perl?
How to deleting an existing file in perl programming?
What is the difference between perl array and perl hash?
how to search a unique pattern in a file by using perl hash map function ??? plz answer me
Why to use perl?
How do you you check the return code of a command in perl?
How to check the status of airplane mode (enable/disable) in perl for Android mobile?
Where do we require ‘chomp’ and what does it mean?
How to read multi lines from a file in perl?
How many types of primary data structures in Perl and what do they mean?