Q. The variable used as a handle to an open file is . . . . . . . .
β
Correct Answer: (C)
$fh
Explanation: $dbh: This variable typically represents a database handle in Perl when working with database connections using Perl's DBI (Database Interface) module. It is not used as a handle for file operations.