I recently updated my Now Playing script to work with OS X 10.6 Snow Leopard.
It seems as though MacPerl and Mac::Processes do not work in Snow Leopard’s 64-bit environment. As a result, I went back to calling osascript
directly in order to run the necessary AppleScript. You can look at the change history on the project’s GitHub page.