thanks, that was the quickest resolve for me on this LIST ever. thank you!
________________________________ From: Kenneth Wolcott <kennethwolc...@gmail.com> To: Rajeev Prasad <rp.ne...@yahoo.com> Cc: perl list <beginners@perl.org> Sent: Tuesday, November 22, 2011 2:35 PM Subject: Re: module is installed but getting error On Tue, Nov 22, 2011 at 12:31, Rajeev Prasad <rp.ne...@yahoo.com> wrote: > getting this error: > > Can't locate Http/Cookies.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 > /usr/local/lib/site_perl .) at ./testscript.pl line 7. > > > module was installed at: > > # make install > Installing /usr/local/share/perl/5.10.1/HTTP/Cookies.pm > Installing /usr/local/share/perl/5.10.1/HTTP/Cookies/Netscape.pm > Installing /usr/local/share/perl/5.10.1/HTTP/Cookies/Microsoft.pm > Installing /usr/local/man/man3/HTTP::Cookies::Netscape.3pm > Installing /usr/local/man/man3/HTTP::Cookies::Microsoft.3pm > Installing /usr/local/man/man3/HTTP::Cookies.3pm > Appending installation info to /usr/local/lib/perl/5.10.1/perllocal.pod > > > OS is ubuntu > > script says: use Http::Cookies > > > @INC path does contain /usr/local/share/perl/5.10.1 so will it not pick > anything under that folder? > Case-sensitive? Try HTTP::Cookies? Ken Wolcott