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 boolean context?
What value is returned by a lone `return;’ statement?
Differentiate between arrays and list in perl.
What is perl scripting?
What is 'commit' command in perl?
How many types of operators are used in the Perl?
Differentiate between use and require, my and local, for and foreach and exec and system
How do you you check the return code of a command in perl?
What are the different instances used in cgi overhead?
Write a script to reverse a string without using perl's built in functions?
What is the function of cgiwrap in cgi programming?
Explain 'grep' function.
How many ways can we express string in Perl?
What is use of ‘->’ symbol?
You want to empty an array. How would you do that?