in reply to Re^2: ChessBoard Program
in thread ChessBoard Program

Syntax errors (almost) always force an abort of compilation.

Always test your code with

perl -c your_file.pl

after typing a new line and you'll catch most typos.

Or try the Komodo IDE it'll run the compilation automatically in the background and highlight broken code.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice