Re: problem with using a module just recently installed

2005-03-29 Thread Nelson Tong
zentara wrote: >On Thu, 24 Mar 2005 22:48:44 -0500, [EMAIL PROTECTED] (Nelson Tong) >wrote: > >>perl -e 'use Cache::FastMmap' >> >>error came up which says: >> >>Can't locate loadable object for module Cache::FastMmap::CImpl in @INC >>(@INC contains: ) at >>.../.cpan/build/Cache-FastMmap-1.09

problem with using a module just recently installed

2005-03-25 Thread Nelson Tong
HI, I am having a problem of using a module recently installed and just can't quite figure out a solution. I installed 'Cache::FastMmap' using -MCPAN, and made @INC contains the directory where I have installed the module (eg. .../.cpan/build/Cache-FastMmap-1.09/blib/lib/). When I use perld