In Perl, a/n ________ is a special character or a sequence that will define the number of times the previous character or sequence appears.
character class
metacharacter
assertion
quantifier
In Perl, the following will result in which of the following, if the prize is currently "5 dollars" print 'You won $prize';
You won $5.00
You won 5 dollars
You won $prize
You won $5
In Perl, the words function and subroutines are used interchangeably.
True
False
In Perl, which of the following are file handles?
stdquit
stdend
stdin
stdout
C&D
In Perl, which switch is used for printing out warnings about typographical errors in your script?
-P
-W
-p
-w
In Perl, "stat" returns a thirteen element array with which of the following values?
Perl version ID
Web server ID
Last access
Inode number
C&E
CGI is a programming language.
In Perl, scalar variables always begin with a ________ sign.
#
@
%
$
PERL is
Procedural
OOPs
Both
None
Pick the odd one out
ord
sort
reverse
foreach