CSE MCQs :: Perl MCQs
- Select the option which allows the user to scroll through the entire program line by line in Perl.
- What will be the value in the variable $a after these two statements: $a = "Happy"; $a = "Sunday";?
- Which function is used by perl for displaying the length of a string?
- When you create a variable, you may assume it starts off containing