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
Why to use perl?
What is stdin in perl?
What is the usage of -i and 0s options?
You want to concatenate strings with perl. How would you do that?
What is an interpolation in perl?
When does circular reference occur?
How many types of operators are used in the Perl?
How to convert arrays into a string in perl?
Define dynamic scoping.
How to close a file in perl?
Explain the various characteristics of perl.
Explain regular expression in perl?
What is the use of '>>' in perl?
Difference between the variables in which chomp function work ?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?