Q.1.
Which of the following code create a reference for a variable?
Q.2.
Which of the following function opens a file in read-only mode?
Q.3.
Which of the following operator derefereces a variable?
Q.4.
Which of the following operator encloses a string with-in invert quotes?
Q.5.
Which of the following correctly describes Array data types in Perl?
Q.6.
Which of the following operator returns true if the left argument is stringwise equal to the right argument?
Q.7.
Which of the following operator checks if the value of two operands are equal or not, if values are not equal then condition becomes true?
Q.8.
How will you get the size of a Hash?
Q.9.
Which of the following method sorts the LIST and returns the sorted array value?
Q.10.
Which of the following variable context only happens inside quotes, or things that work like quotes?