1.
In Perl, what will the @b array consist of?
my@ a = (10, 5, 1);
my@ b = sort@ a;
2.
In Perl, Lvalue is ________________________________________.
3.
In Perl, what is ->?
4.
In Perl, what is the difference between die and exit?
5.
In Perl, which of the following retrieves the next key and value pair from a hash?
6.
In Perl, hash slices are implemented by ____________________________________.
7.
In Perl, what does -T refer to?
8.
In Perl, what does $^O mean?
9.
In Perl, what is the default value of an unassigned variable?
10.
In Perl, which of the following operators is used to navigate between directories?