NetWars
A game that I'm currently developing.
RT Ticket Censoring Script.
file: censorrt.pl
The point of this script was to simplify a complicated task into a 5 min, no brainer. It can be summerized as searching the database for suspect db records, and allowing you to edit them using the Proc::InvokeEditor CPAN module. It then takes the input from the user and the database to determine the cache's file name which is hashed using SHA1.
Moving Data Around
file: separate.pl
This script was used to update 40,000 records from one table to another. I made sure there was logging and error checking to help ensure that no data was lost.