in reply to On Perl CPAN modules
orperl Makefile.PL PREFIX="path/to/local/module/directory"
Not to be a jerk, but in the time it took for you to write and submit your post, you could have taken merlyn's advice and:#!/usr/local/bin/perl -w use strict; use lib "path/to/local/module/directory";
I believe that most would fit on a floppy disk. Update: To clarify, I realize that merlyn's suggestion would install a module locally. Since you intimated that installing a module on a stand-alone machine MIGHT be one of your restrictions, I was merely suggesting that you could d/l it for use on such a machine, since obviously you were already on the internet.dd if="some_module" of=/dev/fd0/"some_module"
|
|---|