This is PerlMonks "Mobile"

Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  
User since: Aug 23, 2004 at 14:19 UTC (20 years ago)
Last here: Jan 05, 2016 at 05:25 UTC (8 years ago)
Experience: 3057
Level:Curate (13)
Writeups: 206
Location:Falun, Sweden
User's localtime: Apr 19, 2024 at 04:23 CEST
Scratchpad: View
For this user:Search nodes

I am not a programmer, but started to learn Perl in autumn/winter 2002 when I had written a chess playing program in C and wanted it to play on FICS and I thougt it would be easer to connect it with Perl then C. Back then the program only played random moves now it is a little bit better :-)

When I started I did not know about the sub keyword and not about use strict but that did not stop me from using use Net::Telnet(); use IPC::Open2; and a few whiles to make it work. The code was realy ugly though and I have cleaned it up somewhat now.

You can play against it on FICS where it is known as Snaps(C).