>>25
Perl and Python are both good choices for "getting things done", the only problem with Perl IMO is dealing with it through C is horrible. I was trying to fit something heavy into a Perl script once. I gave up trying to make an extension, and instead wrote a C app that took its args on the command line, because XS was so disgusting.