1.
What does the following Perl code do:
open(FH, "xyz");
2.
How does Perl represent plurals?
3.
In Perl, which of the following conditional statements is used?
4.
In Perl, which of the following data types is the simplest?
5.
In Perl, which of the following functions returns the last element of an array?
6.
In Perl, which of the following functions is used to arrange a list in a specific order?
7.
In Perl, which of the following functions is used to print the value of a list interpreted with additional format?
8.
In Perl, which of the following operations is used to split a string?
9.
In Perl, which of the following commands is used to open the MAX file handle with existing MX file?
10.
In Perl, which of the following operators is used to terminate the execution of a loop?