http://qs321.pair.com?node_id=1218872

bliako has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

I would like to know if there is already a Perl module which provides a network server for serving Perl modules from a remote location and a directive to be embeded in a perl script so as to load said modules from the server. Preferably using encryption.

For example,

use Module::X from 192.32.43.45:7777 ssh='.ssh/id_rsa';

thanks, bliako