I've just created a really cool Perl script. I FTP'd it to my site and I've got it in ScriptAlias but it won't run. What's wrong?

Did you set the "x" bit on that script after you FTP'd it? (in other words, did you forget to make it executable?) If that's the problem (and it usually is) then chmod 755 “filename” should fix the problem.