Name an instance where you used a CPAN module?

Answers were Sorted based on User's Feedback



Name an instance where you used a CPAN module?..

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

Name an instance where you used a CPAN module?..

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

Name an instance where you used a CPAN module?..

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

Post New Answer

More CGI Perl Interview Questions

What is the usage of -i and 0s options?

0 Answers  


What are the different string manipulation operators in perl?

0 Answers  


How do you find the length of an array?

0 Answers  


What is caller function in perl?

1 Answers  


What is perl? What is the basic command to print a string in perl?

0 Answers  


Can you add two arrays together?

0 Answers  


Write a script for 'count the no.of digits using regular expressions in perl..

6 Answers   AppLabs,


Explain strftime() function in perl?

0 Answers  


How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';

2 Answers  


write a script to generate n prime no.s?

2 Answers   Persistent,


how to connect cisco switch uisng perl script

0 Answers   ABC,


How can you replace the characters from a string and save the number of replacements?

0 Answers  


Categories