Challenge: Printing Text

Test your understanding of displaying text on the screen by solving a simple challenge in this lesson,

We'll cover the following

Problem statement

Display the given text using the print keyword. Note that the text should be displayed in the same case as shown below:

My first Perl challenge!

Important Note: Please use only the above string in your solution tab. If any other string is used, the test button will give a failed result.

Try using the print statement yourself first before viewing the solution. Good luck!

# Write your text here