in reply to Generating Fractals with Perl?

There's examples of this in Advanced Perl Programming

I don't really remember the details, but this is in the "Extending Perl" chapter, so i think all of the hardwork is being done in C code, and the Chapter is really just showing you how to create a Perl module arround the C code.