programming languages Online Quiz - 226
Description: programming languages Online Quiz - 226 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Which file test can be done to see if a file is a socket?
How can you include code from another file in your program?
What is the default sort order in Perl?
If $string contains abcdefghijiklmdef , what will the following call return? rindex($string , "def", 11 );
Which of the following will call a subroutine named "mom"?
Which operator can be used to create private variables within a subroutine?
What value do variables have before they are first assigned?
Which of the following commands should be used to open a filehandle named KAREN to an existing file named sw?
Which modifier can be used when matching in Perl to ignore case?
Which function can be used to break up a string into more than one part based upon a separator?