How would i go about writing a perl script that takes a number and some text and outputs the text the number of times that was entered. How do i make it so that if a message isnt entered that it prompts for the text.
Input: 5 Something
Output: Something
Something
Something
Something
Something