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 |
What are the logical operators used for small scale operations?
Explain chomp?
What is the peculiarity of returning values by subroutines in perl?
what is the difference b/w coldfusion MX 6 and Coldfusion MX 7?
what are the steps involved in reading a cgi script on the server?
Write a program to show the process of spawning a child process
How would you replace a char in string and how do you store the number of replacements?
Explain the default scope of variables in perl?
explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.
Why -w argument is used with perl programs?
How to read a single line from a file in perl?
Explain goto label, goto name, and goto expr?