Thank you...I'll make a note of that. > Anthony (Tony) Esposito > Senior Technical Consultant > Inovis(tm), formerly Harbinger and Extricity > 2425 N. Central Expressway, Suite 900 > Richardson, TX 75080 > (972) 643-3115 > [EMAIL PROTECTED] >
-----Original Message----- From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 7:47 PM To: Tony Esposito Cc: [EMAIL PROTECTED] Subject: Re: Which Perl is used to run the script??? Tony Esposito wrote: > Question: > > ( I believe I know the answer but I have - not by my design - > several versions of Perl on my development system and I want to be sure > which Perl is being used because some have more modules installed than > others ). > In this case unless the modules you wish to use have items that are specific to the version of Perl they were built for (aka require threading, or other items builtin to perl) you should be able to use any module store by either setting the PERL5LIB or issuing: use lib '/path/to/module/directory'; In your scripts..... make sure to test!!! http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]