InterviewSolution
Saved Bookmarks
| 1. |
Which variable is used as a handle to an open file?(a) $dbh(b) $sth(c) $fh(d) $hI got this question in semester exam.The doubt is from Perl DBI Overview topic in division MySQL Programs Using Perl DBI and PHP of MySQL |
|
Answer» Right choice is (c) $fh |
|