Well, here's my situation. I have been developing a tool using Perl for testing an online application. Now my boss says I need to make it work with an SSL server as well. I would like to avoid rewriting all of the modules I've created. Is there a way to make this transparent, so I simply install a module and "use" it?
I finally got openssl to install, but when I try to create the makefile for SSLeay, it asks "Which SSLeay do you want to link against?". What does this mean?