CGI.pm does not support an object oriented style of use.
False
True
NA
NA
NA
Correct Option: B
‘CGI.pm’ supports an object oriented style of use which allows to invoke its functions without importing the names. To do this, a use statement is included and a CGI object is created.