in reply to Re: Usuage of CPAN's Text::Delimited
in thread Usuage of CPAN's Text::Delimited
I tried both the ways,its gives me the same error.
use lib "/user/comp/name/lib/site_perl/5.8.8/Text";# This is the path +to the Text/Delimited.pm use lib "/user/comp/name/lib";
In this PREFIX is the local directory path where i want to install the module(which would give me the lib and man folders)perl Makefile.PL PREFIX=/some/dir LIB=/some/dir/lib/perl5
so does LIB has the path to the LIB folder of the perl? is this correct??
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Usuage of CPAN's Text::Delimited
by keszler (Priest) on Nov 17, 2009 at 00:35 UTC | |
|
Re^3: Usuage of CPAN's Text::Delimited
by ikegami (Patriarch) on Nov 17, 2009 at 05:27 UTC |