In CPAN module, name an instance you use.



In CPAN module, name an instance you use...

Answer / Salil Shukla

One popular instance is CGI.pm (Common Gateway Interface Perl Module), which provides a set of functions to help develop Perl scripts for the web.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

What are the logical operators used for small scale operations?

1 Answers  


Explain chomp?

1 Answers  


What is the peculiarity of returning values by subroutines in perl?

1 Answers  


what is the difference b/w coldfusion MX 6 and Coldfusion MX 7?

1 Answers  


what are the steps involved in reading a cgi script on the server?

1 Answers  


Write a program to show the process of spawning a child process

1 Answers  


How would you replace a char in string and how do you store the number of replacements?

2 Answers  


Explain the default scope of variables in perl?

1 Answers  


explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.

1 Answers  


Why -w argument is used with perl programs?

1 Answers  


How to read a single line from a file in perl?

1 Answers  


Explain goto label, goto name, and goto expr?

1 Answers  


Categories