1.
To verify if the variable $str contains the word "test" you would use
2.
Which of the following special variable is not related to regular expression matches?
3.
To avoid using two users opening the same file in read/write mode, use ______
4.
Value of $expr = 1 + 2 * 3
5.
Which of the following is a comment line in Perl program?
6.
Which of the following commands is used to call system commands and exit after the command is run?
7.
$var = "False". The statement if($var) will evaluate to
8.
Which of the following regular expression will not work to find "C++"?
9.
Which of the following enforces strictness in PERL program?
10.
Variable %myvar is