I think there are lots of cases out there, and they are backed by Perl modules wrapped around C code.
For example, I'd never use XML::XPath in any project that used a largish XML file and needed to get done somewhere near quickly... but XML::LibXML works great, and still allows me to do my work in Perl.
Usually where the projects are going to fail is where speed becomes an issue, or where Perl isn't available, or memory issues. For the speed most people turn to wrapping C, the other two are a little tougher :)
- Ant
- Some of my
best work - (1 2 3)