#!/usr/bin/perl - the location of perl in all LJ code files
#!/usr/local/bin/perl - sometimes required for people, for various reasons. Requires changing the top line in a ton of code files.
Are there any clean ways for handling these differences? It's really hackish to just write a script to run and change every one of the magic lines after each cvs update.