Home » MYSQL » Mysql Setup » Question
  1. The line which is written at the top of the script to write a Perl script using CGI.pm is ______________.
    1. put CGI
    2. include CGI
    3. use this CGI
    4. use CGI
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.