Re: installing perl modules(.pm)

2007-03-04 Thread Jeff Pang
>I am trying to install the Devel::Size perl module in Unix.I have >installed it but when I try to include it in my program using use lib >'/pathname' >I get the error as follows:- > >Can't locate Devel/Size.pm in @INC (@INC contains: Sounds like you installed the module uncorrectly. Please

Re: installing perl modules(.pm)

2007-03-04 Thread gautam chekuri
I assume you installed the module in: /home/002/d/dp/dpm052000/lib (i.e .. Devel/Size.pm is located here) ? Are you sure that the user that is trying to use Devel::Size has r-x permission on this path ? On 3/4/07, Deepak Mallya <[EMAIL PROTECTED]> wrote: Hi, I am trying to install the Devel

installing perl modules(.pm)

2007-03-04 Thread Deepak Mallya
Hi, I am trying to install the Devel::Size perl module in Unix.I have installed it but when I try to include it in my program using use lib '/pathname' I get the error as follows:- Can't locate Devel/Size.pm in @INC (@INC contains: /home/002/d/dp/dpm052000/lib /usr/lib/perl5/site_perl/5.8.6/