Compile Perl Script Using PAR
PAR allows you to make your Perl scripts portable. It will allow them to bundle with the interpreter, any DLLs,
Read morePAR allows you to make your Perl scripts portable. It will allow them to bundle with the interpreter, any DLLs,
Read moreWe have hundreds of CSV files, and need to know how many lines are in each one. A simple way
Read moreAnnuvin is a game that solves the issue of unbalanced play. As you progress through the game, the losing player
Read moreCalculating hexagons is fun, right? Well, hand drawing them is no fun. There are several fun games based on hexagon
Read moreI’m not a fan of visual basic in general, but there are a few pretty cool things you can do
Read moreIf you’ve ever wanted a screen saver with motivational quotes, but didn’t know how to make one – here is
Read moreAs we write articles we create lists and then add HTML. Adding HTML by hand is boring. Adding HTML with
Read more9 Men’s Morris is one of my favorite games. It’s simple enough to play against most 5 year olds, but
Read moreWe were processing hundreds of recordings for a client, but they didn’t know the dates on the files because moving
Read moreWhen dealing with lists of IP addresses, it was common for the numbers to merge together and lose track of duplicates, bad IP addresses etc. This Perl script helps you extract valid IPs from a block of text.
Read more