in reply to Re: Lotto checker...in thread Lotto checker...
"kcott: just concat "\n" at print argument"
No. There's no need to do that.
Look at the full code and output I posted in the spoiler. Note that the output doesn't require additional newlines. Did you run it? Did you get a different result?
See the first line of that code:
#!/usr/bin/env perl -l [download]
Look at "perlrun: Command Switches" to see what the '-l' switch does.
-- Ken