Name an instance where you used a CPAN module?
Answer Posted / 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 |
Post New Answer View All Answers
What is perl scripting?
What is perl programming?
What is perl I used for?
Mention how many ways you can express string in Perl?
What are the different ways to run cgi?
Explain a tell function in perl?
What does a die() function do in perl?
Explain the meaning of perl one-liner?
Explain the use of 'my' keyword in perl?
You want to concatenate strings with perl. How would you do that?
How to create a package?
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?
explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.
How to concatenate strings with perl?
When do you use perl programming?