📚 Practice Mode
PERL Fundamentals: Variables and Data Structures
Learn at your own pace with hints and detailed explanations
1 / 15
Multiple Choice
Which of the following piece of code print the text covered by double quotes.
For Example: "Sun rises in the East"
- print Sun rises in the East
- print 'Sun rises in the East'
- print ' "Sun rises in the East" '
- print " 'Sun rises in the East ' "
- display "Sun rises in the East"