1.
In Perl, which of the following is used to end a statement?
2.
In Perl, which of the following is used to point to a single element of an array?
3.
In Perl, which of the following statements about the die and exit functions is correct?
4.
In Perl, which of the following statements is used to to import functions with a global scope such that their objects and functions can be accessed directly?
5.
In Perl, which of these terms refers to a scalar value that is used to store the result of any expression?
6.
In Perl, which of the following functions is used to output the total number of characters in a string?
7.
In Perl, which of these functions returns a value for the present date and time when no argument is given?
8.
In Perl, which of the following returns the number of seconds that have elapsed since a given date?
9.
In Perl, which of the following is NOT a filehandle?
10.
The following Perl code opens the file in __________________________ mode:
open(DATA, ">file.txt")