On Thu, Oct 16, 2003 at 03:16:30PM -0700, Bruce Pettyjohn wrote:
> Here is the perl code:
> ===============
> use lib
> qw(/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris-thread-multi/auto/SWISH/API);
That's not the path you probably want to use. If the file API.pm is
located at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/SWISH/API.pm
then you use say:
use lib '/usr/local/lib/perl5/site_perl/5.8.0/i686-linux';
It works just like a path with :: changed to /.
--
Bill Moseley
moseley@hank.org
Received on Thu Oct 16 22:30:04 2003