Name an instance where you used a CPAN module?
Answer Posted / 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 |
Post New Answer View All Answers
What are stdin, stdout and stderr?
What does perl do in linux?
Explain returning values from subroutines?
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
Show the use of sockets for the server and client side of a conversation?
What are the functions that can be performed using cgi program?
What is the use of now constructor in perl?
What is the use of -t?
What is the purpose of “_file_ literal” and “_line_ literal” in perl?
Mention the difference between die and exit in Perl?
How do find the length of an array?
List the data types that Perl can handle?
How interpreter is used in perl?
Explain what is the scalar data and scalar variables in Perl?
How to turn on Perl warnings? Why is that important?