CSE MCQs :: Perl MCQs
- When you're pattern matching, you describe the pattern using
- Which of the following statement repeats a statement or group of statements until a given condition becomes true. It tests the condition before executing the loop body?
- What is the facility that allows nesting one select statement into another?
- The Perl DBI is ______________
- What will be printed by the code below? my $val = {}; print ref($val);
- It is often more convenient to save perl program files with ____ extension