|
|
Terms of Agreement:
By using this article, you agree to the following terms...
1) 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.
2) 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.
3) You may link to this article from another website, but ONLY if it is not wrapped in a frame.
4) 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. | |
Other 3 submission(s) by this author
|
|
|
Report Bad Submission |
|
|
Your Vote! |
See Voting Log |
|
Other User Comments |
7/23/2003 9:37:14 AM: 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/scr
ipts/ShowCode.asp?txtCodeId=492&lngWId=6
to try this. Can you please send me a
copy at support@designerwiz.com ? Thank
you.
Ray
|
7/26/2003 12:23:44 PM:EddyPearson MakeFile.pl is part of the perl
dist
nice tut btw
|
8/14/2003 7:33:52 AM:Amadeus Gorion but some modules want to access other
modules....
it is a real problem....
|
|
Add Your Feedback! |
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.
NOTICE: The author of this article has been kind enough to share it with you. If you have a criticism, please state it politely or it will be deleted.
For feedback not related to this particular article, please click here. |
|