This article will show how to install a perl module in different folder and use it from there. Like this it is not necessary to have root access in a unox box.
Terms of Agreement:
By using this article, you agree to the following terms...
You may use
this article in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
You MAY NOT redistribute this article (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
You may link to this article from another website, but ONLY if it is not wrapped in a frame.
You will abide by any additional copyright restrictions which the author may have placed in the article or article's description.
After downloading the package with te module:
untar the file.
in the created folder:
perl Makefile.pl PREFIX=<path to folder where you want to install the module>
make install PREFIX=<path to folder where you want to install the module>
in the scripts that use the module before calling use add the following line:
use lib "<path to the folder where you installed the module;";
If you find this useful, vote on it. Thank you.
I would love to give the "how to install a perl module in different folder and use it from there" a try. I see no download of any files for Makefile.pl or any other on page http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=492&lngWId=6 to try this. Can you please send me a copy at support@designerwiz.com ? Thank you. Ray (If this comment was disrespectful, please report it.)
but some modules want to access other modules.... it is a real problem.... (If this comment was disrespectful, please report it.)
Add Your Feedback
Your feedback will be posted below and an email sent to
the author. Please remember that the author was kind enough to
share this with you, so any criticisms must be stated politely, or they
will be deleted. (For feedback not related to this particular article, please
click here instead.)