Q. Which line is written at the top of the script to write a Perl script using CGI.pm?
β
Correct Answer: (C)
use CGI
Explanation: This question is about writing web applications using Perl and a library called CGI.pm. CGI.pm is a powerful library that helps you create web pages dynamically.