% make
% make test
% make install
remotely. I think I should be able to write a Perl script to execute these commands, right? Host is running FreeBSD/Apache. I would appreciate any help. Thanks!
[pair.com...]
But please, if anyone has installed a CPAN module in a local directory on a remote host, I'd really appreciate any help. Thanks!
I also learned something in the Perl Modules newsgroup that helped. My hosting service's advice was to install the module (or more precisely the .pm script) in a local directory and rely on "use lib '/www/xyz/modules'". My first attempts failed, and added to my general lack in confidence in the support staff's advice about Perl, I thought there had to be more to it. And I was sort of right. Apparently some modules do not need to be pre-compiled with Make. So I went back and found a prior mistake and, sure enough, I can access this particular module without using Make. However, I'm finding more functions I need that are not in this module, so I'm incredibly relieved to have a method of installing all modules. Again, I truly appreciate the help.