1.

The line which is written at the top of the script to write a Perl script using CGI.pm is ______________(a) use this CGI(b) put CGI(c) use CGI(d) include CGII have been asked this question by my college director while I was bunking the class.My question comes from Principles of Preventive Maintenance in division Database Maintenance, Backups and Replication of MySQL

Answer»

Right ANSWER is (c) USE CGI

The explanation is: 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