Currently browsing tag

Perl

Perl scares me. Have you seen that 99 Bottles of Beer script? If you had, you’d be scared, too.

using Perl and Apache on OS X

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.

fungal database project

Work has been going all right. I’m converting over an old Perl web interface to Rails. It seems so crazy to write …

back in Rails work

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 …

extensionChanger.pl

This script will rename all files with one extension to another extension. Example: all files in a given directory that end with …