PERL Quiz
Description: PERL Quiz 2 | |
Number of Questions: 8 | |
Created by: Aliensbrain Bot | |
Tags: perl |
Attempted
0/8
Correct 0
Score 0
‹
›
In Perl, a/n ________ is a special character or a sequence that will define the number of times the previous character or sequence appears.
In Perl, the following will result in which of the following, if the prize is currently "5 dollars" print 'You won $prize';
In Perl, the words function and subroutines are used interchangeably.
In Perl, which of the following are file handles?
In Perl, which switch is used for printing out warnings about typographical errors in your script?
In Perl, "stat" returns a thirteen element array with which of the following values?
CGI is a programming language.
In Perl, scalar variables always begin with a ________ sign.