Archive | osx

Finally a good perl IDE for OS X!

For years I’ve been using the fantastic editor SubEthaEdit for all my development work in OS X. I use it for pretty much everything: editing html, text files,  code perl and php stuff, but I’ve always missed good perl integration. It has been anoying to switch to a terminal window just to debug perl code  Read more »

How to compile xml2sql on Mac OSX Tiger with FINK

Install FINK Install expat (“sudo apt-get install expat”) Download XML2SQL Unzip XML2SQL (“tar xvfz xml2sql-0.5.tar.gz“) Run configure (“./configure –with-expat=/sw/”) Compile (“make”) Install (“make install”) ??? Profit!!