Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: ChessBoard Program

by LanX (Saint)
on Feb 12, 2020 at 22:06 UTC ( [id://11112892]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11112892]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-23 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found