Perl CGI Scripts

I need to create a webserver to run Perl CGI Scripts. Anyone have any ideas or good links?
Yes I know there are lovely programs out there, but I need to build one in C.

Thanks!

If you're willing to use the add-on libraries SDL and SDL_net -- which have UNIX, Windows, and Almost Anything Else versions -- then you can take a look at SDL_websrv, a minimal webserver written in C using these libraries. It does not handle CGI scripts but there is no reason you can't add any behavior you want to it.

Even if you decide not to use it, it'll be very useful to see how it operates internally.