http://www.perlmonks.org?node_id=341113


in reply to Module compilation hell

I hope you're not trying to deal with the dependencies of large modules by hand as it sounds. Check out CPAN.pm (comes with Perl, try perl -MCPAN -e shell) and CPANPLUS. They handle downloading, compiling, and installing a module and all of its prerequisites for you.