I have a C program. It is complied into an executible and has a shared library (.so file). I would like to use my CGI/perl to get a web page and send it to the C program for processing, and display the results from the C program to the brower through my cgi/perl program. <br><br>How do I bind the shared library which comes with the C program with my CGI/perl??