InterviewSolution
Saved Bookmarks
| 1. |
Which line is written at the top of the script to write a Perl script using CGI.pm?(a) use this CGI(b) put CGI(c) use CGI(d) include CGIThis question was posed to me in an international level competition.My question is from Using Perl DBI in Web Applications in portion MySQL Programs Using Perl DBI and PHP of MySQL |
|
Answer» Right OPTION is (c) use CGI |
|