Name an instance where you used a CPAN module?
Answer Posted / kiran
we will get a no.of modules from CPAN ,
there so many module for database interface,
database drivers.
to do the mathematical operations ,text processing .
each module is to handle a small tasks .
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between "my" and "local" variable scope declarations. ?
What is automatic error handling in perl?
Explain split function in perl?
Explain socket programming in perl?
Which functions in perl allows you to include a module file. State their differences.
Differentiate use and require?
What is the function of virtual documents in cgi programs?
What are scalars in perl?
Show the use of sockets for the server and client side of a conversation?
How would you ensure the re-use and maximum readability of your perl code?
What are perl strings?
What is perl dbi?
What does init 5 and init 0 do?
what is the main function of fork() in cgi programming?
How do you give functions private variables that retain their values between calls?