Okay.... I remember what I did.... Let me know if this is a bad way to do it. I copied the C4 directory into the PERL directory (one that was already listed in the @INC file).... It worked, but it may not be the most efficient way to do it. -Greg Greg Lambert, JD, MLIS Project Manager Amigos Library Services, Inc. 5000 Gulf FWY Building 9 - Univ. Business Park Houston, Texas 77023-4600 713/923-2373 x225 office 877/707-1577 toll-free 713/923-2192 fax 281/433-9145 cell lambert@amigos.org http://www.amigos.org
On 2003-09-08 19:35:01 +0100 Greg Lambert/Amigos <lambert@amigos.org> wrote:
Okay.... I remember what I did.... Let me know if this is a bad way to do it.
Yes, it's a bad way to do it. IIRC, you should set the PERLLIB environment variable to the directory containing C4 instead. For bash, then it's something like: export PERLLIB=/path/to/directory or for csh: setenv PERLLIB /path/to/directory Check man perlrun, section ENVIRONMENT if I'm wrong ;-) -- MJR/slef My Opinion Only and possibly not of any group I know. http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
participants (2)
-
Greg Lambert/Amigos -
MJ Ray