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
How to deleting an existing file in perl programming?
Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.
What $! In perl?
What is perl dbi?
How to open and read data files with Perl
How to dereference a reference?
What is a chop() function in perl?
What are the arguments and what do they mean in perl programming?
How to access parameters passed to a subroutine in perl?
What is the difference between die and exit in perl?
What does init 5 and init 0 do?
What are the purpose of close(), getc() and read() functions?
What is qq (double q)operator in perl?
Why Perl aliases are considered to be faster than references?
How to read a directory in perl?