Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Here's a secret: Perl's testing modules aren't just good for testing Perl. They can test anything you can call from Perl. With a little bit of help from a few other modules, it's easy to test shared libraries—compiled C code, for example—as if it were normal Perl code.
Note:
You must have the Inline::C module installed and you must have a C compiler available and configured.