| 1. | What is meant by the term operand?
|
| 2. | How does Perl treat the expression "5cats" + 21?
|
| 3. | How does Perl treat the expresson 23 . 43?
|
| 4. | What is an autoincrement operator?
|
| 5. | What is a pseudorandom number?
|
| 6. | What is the difference between "eq" and "=="?
|
| 7. | Are "and" and "&&" the same?
|
| 8. | What is a ternary operator?
|
| 9. | How does Perl use relational operators to compare strings?
|
| 10. | What is the difference between "and" and "or"?
|
| 11. | Are && and "and" the same?
|
| 12. | Where is the equal sign in the precedence table?
|
| 13. | Does the equal sign associate right to left or left to right?
|
| 14. | What Perl string function lets you extract a piece of a string?
|
| 15. | What function converts a string to uppercase?
|
| 16. | What operator allows you to repeat a string?
|
| 17. | What operator allows you to concatenate strings together?
|