|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Is it possible to use modules without installing them?by sharkey (Scribe) |
| on Aug 31, 2002 at 19:22 UTC ( #194376=note: print w/ replies, xml ) | Need Help?? |
|
If you're only problem is being able to type 'make install', you can still easily use the module.
Assuming you have a shell account on the ISP, do the usual:
(If you didn't make it this far because of missing libs, etc, you're out of luck, unless you can download and build those in your shell directory too. And yes, GD does use XS: notice the GD.xs file in the distribution.) Now, in the top of your scripts which want to use GD, do this: You'll see a line like this at the top of the test file, since the tests have to run without the module being installed. BTW, use lib is like the following, but with more error-checking: ~ John Williams
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||