in reply to Re^3: Lotto checker...
in thread Lotto checker...
Right, Ken.
I got confused because I ran it with
/usr/bin/env perl -l
and got
/usr/bin/env: perl -l: No such file or directory
Now, running it with just
/usr/bin/perl -l
I get the right result.
So, no need to append "\n" and another new thing I've learned.
Thanks a lot!