1.

Which line is written at the top of the script to write a Perl script using CGI.pm?(a) use this CGI(b) put CGI(c) use CGI(d) include CGIThis question was posed to me in an international level competition.My question is from Using Perl DBI in Web Applications in portion MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

Right OPTION is (c) use CGI

The best explanation: In order to WRITE a Perl SCRIPT that uses the ‘CGI.pm’ module, a ‘use CGI’ statement is included near the BEGINNING of the script that imports the FUNCTION names of the module.



Discussion

No Comment Found

Related InterviewSolutions