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 is perl language?
What are perl strings?
List the prefix dereferencer in Perl.
what is the function that is used to identify how many characters are there in a string?
Which guidelines by Perl modules must be followed?
What is the use of -w, -t and strict in Perl?
How to find the length of an array in perl?
Which functions in Perl allows you to include a module file or a module and what is the difference between them?
You want to empty an array. How would you do that?
Explain chomp, chop, cpan, tk.
How do I read command-line arguments with Perl?
How many types of variable in perl?
Why to use perl scripting?
What are the logical operators used for small scale operations?
What are prefix dereferencer? List them.