Re: PERL_LIB Questions

2001-08-10 Thread Michael Fowler
On Fri, Aug 10, 2001 at 12:11:43AM -0500, Teresa Raymond wrote: > If you don't have the access to install a module in the root > directory, this is the way you can do it - unless you ask the web > host to install the module you want specifically. I was talking about installing the module in a u

Re: PERL_LIB Questions

2001-08-09 Thread Teresa Raymond
If you don't have the access to install a module in the root directory, this is the way you can do it - unless you ask the web host to install the module you want specifically. And I believe a module is meant to be executable, so I'm unclear about your remark there. >On Thu, Aug 09, 2001 at

Re: PERL_LIB Questions

2001-08-09 Thread Michael Fowler
On Thu, Aug 09, 2001 at 10:23:47PM -0500, Teresa Raymond wrote: > Make sure you have created a "lib" folder in your CGI-BIN, upload the > folder(MIME)/module(Lite.pm) into it. Make sure you've set > permissions to read all, search/execute all. Placing anything other than CGI scripts, that are

Re: PERL_LIB Questions

2001-08-09 Thread Teresa Raymond
Make sure you have created a "lib" folder in your CGI-BIN, upload the folder(MIME)/module(Lite.pm) into it. Make sure you've set permissions to read all, search/execute all. Example on using Mime Lite. The following two lines go into your script: use lib '/www/yourdomain/cgi-bin/lib'; use MI

RE: PERL_LIB Questions

2001-08-08 Thread Brett W. McCoy
On Wed, 8 Aug 2001, Matt Crapo wrote: > I have not figured out how to change the perl library path in my > environment. Would love to know how if anybody can advise. I have, > however, figured out how to include it in a script. PERL5LIB=$PERL5LIB:/path/to/module export PERL5LIB (assuming you

RE: PERL_LIB Questions

2001-08-08 Thread Matt Crapo
I have not figured out how to change the perl library path in my environment. Would love to know how if anybody can advise. I have, however, figured out how to include it in a script. A script will process any "use" or "require" statements first, so in order to change something that affects tho