a busy day, filled with Perlnanigans
Today was one of those kick-ass days that went by in a whirlwind. I had a discrete math test at 9:30 this …
Perl scares me. Have you seen that 99 Bottles of Beer script? If you had, you’d be scared, too.
Today was one of those kick-ass days that went by in a whirlwind. I had a discrete math test at 9:30 this …
How many engineers does it take to design a toilet paper holder? You wouldn’t think such a seemingly simple device would be …
What was this /private/etc/httpd/users/sarah.conf that it was talking about? I had never created this file. I checked and it certainly existed. It also had an Options line without ExecCGI–bingo! I simply removed the file because it was just redefining what I had already specified in httpd.conf for Users/*/Site directories (shown above). I then restarted Apache and voila, my scripts worked.
Work has been going all right. I’m converting over an old Perl web interface to Rails. It seems so crazy to write …
Classes have started again for the spring semester and I’m off my co-op, so I’m back in full-time classes. I do have …
This script will rename all files with one extension to another extension. Example: all files in a given directory that end with …