One of my biggest current Perl projects right now is Darlantus, an online MMORPG (Massively Multiplayer Online Role-Playing Game), which is to be web-based in such a way as to stick with only DHTML solutions as much as possible.... so that means HTML, JavaScript, XML, CSS as much as possible for the user's browser.
The JavaScript let's me take advantage of AJAX solutions (prefering JSON over XML) to get a smoother, faster response time from the server without reloading the entire page, or waiting for the user to click a button to get updates.
The Perl comes in on the server side, of course, and makes up almost all the code which actually drives the game.
SQL statements access a MySQL database.
The game is certainly in an ALPHA phase right now, and eagerly awaits new user feedback. If you feel adventurous, then set yourself up with a character, look around some, join the Darlantus Forum, and post your thoughts!
