![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: module installationby Aighearach (Initiate) |
on Jun 15, 2001 at 16:41 UTC ( [id://88772]=note: print w/replies, xml ) | Need Help?? |
On unix systems you can generally install your own perl in user space, and not have to worry about modules being a problem. This is ideal, if you have the disk space on the host.
Alternatively, you can install individual packages in your home dir for use with the site's main perl using this formula: (assumes bash shell) perl Makefile.PL prefix=$HOME make make test make installYou'll want to look at your Perl docs to read about @INC, also. --Paris
In Section
Seekers of Perl Wisdom
|
|