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

How can you use Perl warnings and what is the importance to use them?

0 Answers  


What happens when you return a reference to a private variable?

0 Answers  


How many types of primary data structures in Perl and what do they mean?

0 Answers  


Perl regular expressions are greedy" what does this mean?

0 Answers  


How can the user execute a long command repeatedly without typing it again and again?

0 Answers  






Define dynamic scoping.

0 Answers  


Which functions in Perl allows you to include a module file or a module and what is the difference between them?

0 Answers  


How do you find the length of an array?

0 Answers  


Explain goto label?

0 Answers  


How many data types are there in perl?

0 Answers  


How the interpreter is used in Perl?

0 Answers  


Write syntax to use grep function?

0 Answers  


Categories