📚 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"

  1. print Sun rises in the East
  2. print 'Sun rises in the East'
  3. print ' "Sun rises in the East" '
  4. print " 'Sun rises in the East ' "
  5. display "Sun rises in the East"