is a label. It puts a "goto" point before the next statement, so that when you do
.
is actually not a run time statement you can place a label on. It is executed at compile time. Therefore you will get a compilation error. If you move the
to the top of the Perl script, it will resolve the compilation error.