Hey Soda: Like everyone else said - CSV is best. That way you can bring it up in M$ Excel or in a text editor such as UltraEdit if you want. I use CSV output for all of my Perl scripts I write and use for security and system administrator tasks.

One note about CSV fields: make sure you use quotes when saving items that have commas in them. That way it doesn't split your field up accidently.