Challenge: Printing Text
Practice printing text in Perl by using the print statement to display specific strings. This lesson helps beginners get comfortable with Perl output and fundamental syntax.
We'll cover the following...
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!