Hello,
As I am nearing the end of my program on protein analysis etc, I am starting to realize that I have no knowledge on how to create an installer that will enable me to distribute my program freely. Because of the certain modules I used such as Perl GD which has like tons of other dependencies, it has been a real hell for me to find and install those one by one. And I am guessing that if I just distribute the program as an executable, people will need to perform the same installations along with activeperl. My question is, is it possible to automate these perl library installations by writing a installer? And if so, how can I learn to write installers? Thanks..