Perl Test
A directory handle.
A label, in Perl, is.
A scalar variable can contain:
A scalar variable can contain.
An atom cannot be
An atom cannot be:
Context in Perl can be:
Context in Perl can be.
Dereferencing refers to:
Dereferencing refers to.
How are hash references created?
How is an array assigned to an array?
How many times does the do statement allow you to execute the block of statements in a loop?
Non-associative operators are those that:
Non-associative operators are those that.
Of which of the following switch syntax options is the following code an example of? GetOptions("extension:s");
Scalar variables can contain:
Scalar variables can contain.
The bless operato
The bless operator:
The following code is an example of which switch syntax option? GetOptions("extension:s");
The foreach loop is usually used to process:
The foreach loop is usually used to process.
The keyword 'my' is used to declare
The s/// function:
The s/// function.
The syntax of assigning to an array cell is.
The syntax of the heredoc operator is.
The syntax of the sort function without a special purpose sort subroutine is:
The value assigned to an array cell must be:
The value assigned to an array cell must be.
To start the Perl debugger, what will you type at the command prompt?
What are bare words?
What does @ARGV refer to?
What does a print FILEHANDLE list do?
What does Perl stand for?
What does the abs_path method do?
What does the directory function telldir do?
What does the following compound assignment operator signify? | =
What does the following error indicate? "Can't Locate Function in @INC"
What does the following syntax indicate? $lvalue=join(delimiter, list);
What does the following syntax indicate? $lvalue=join(delimiter, list);
What does the ord string function do?
What does the pattern modifier m do?
What does the pop function do?
What does the switch syntax :f do?
What is meant by variable interpolation?
What is the following code an example of? $hitCounter=sub {print "This page has been called $hits times";};
What is the following code an example of? $hitCounter=sub {print "This page has been called $hits times";};
What should be the first character of a format code?
When are the environment variables created?
Which of the following begins or ends a system command string in Perl?
Which of the following can be used with the do statement?
Which of the following can replace if else?
Which of the following characters denotes a comment in Perl?
Which of the following characters is the variable designator for scalar variables?
Which of the following executes the continue block of statements before returning execution to the top of the loop?
Which of the following file functions gets the file descriptor of a file handle?
Which of the following Getopt::Long Configuration variables refers to an internal error flag?
Which of the following is not a feature of Perl?
Which of the following is not a rule for switches using the Getopt function?
Which of the following is not a type of reference variables?
Which of the following is not an alignment character?
Which of the following is not true of labels?
Which of the following is not true regarding scalar variable names?
Which of the following loops is usually used to process arrays?
Which of the following meta characters creates a single expression or atom?
Which of the following operators has/have the highest precedence?
Which of the following operators is associated with writing to a program?
Which of the following parameters does the printf function take?
Which of the following pertains to IO: :Handle?
Which of the following translation modifiers matches all characters that are not part of the search string?
Which one of the following is a part of the if family of branching statements in Perl?

The syntax of assigning to an array cell is:

The keyword 'my' is used to declare:

A directory handle: