Things start out OK and then something goes wrong. What's happening?
use strict; use warnings; print "Hello World";
Hint 1: This program is one character shy of a working version.
Hint 2: It's what you don't see that's important.
Hint 3: What you don't see in the program, is invisible when the program is run.