1.

CGI.pm also supports an object oriented style of use.(a) True(b) FalseThe question was asked during an online interview.Asked question is from Using Perl DBI in Web Applications in portion MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

The correct choice is (a) True

For explanation: ‘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.



Discussion

No Comment Found

Related InterviewSolutions