Looks like I have 2 versions of perl, 5.8.0 is located in /usr/bin, and 5.8.2 is in /usr/local/bin. This is causing a problem when installing per modules manually and with CPAN. Everything ends up in /usr/local/bin ( the 5.8.2 install), so I am getting the following errors when I try to call Apache::PrettyPerl, "Can't locate Apache/PrettyPerl.pm in @INC ( @INC contains : /usr/lib/perl5/5.8.0/etc" Is there a way to force all modules to install to /usr/lib/perl5/perl5.8.0, or at least include the new perl libraries when launching a script? I tried changing the perl path on the two new scripts I am calling from #! /usr/bin/perl to #! /usr/local/bin/perl, but to no avail. Thanks in advance Raymond _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list