Disappointed with every cd burning package I’ve tried for Linux, I found that the best solution for me was to use the command line utilities, so I put it all together with this simple Perl script. It takes a .m3u file and turns it into a CD. A .m3u file is just a [...]
Here’s a script I wrote to clean up old files in directories. You basically give it a directory and a number of days and it will delete all files older than that number of days in that directory.
#!/usr/bin/perl -l
# Script: cleanup.pl
# Author: Jamin P. Gray
# Purpose: Will cleanup directories [...]
EimiMetamorphoumai writes: Quick little program that helps me with my spelling.
I’ve always hated traditional spelling checkers. They’re fine for catching unintentional mistakes (usually), but most of the time when I don’t know how to spell a word, I know I don’t know how. I hate going through the process of guessing (poorly), then [...]
Yet Another Topic: Perl