Re: can't locate loadable object for module PadWalker in @INC

2010-04-21 Thread Shlomi Fish
Hi Kenneth, On Wednesday 21 Apr 2010 08:19:25 CHAN, KENNETH 1 [AG/7721] wrote: > Thanks Fish. > "Fish" is my last name, so you should say "Thanks, Shlomi" or "Thanks, Mr. Fish" - not "Thanks, Fish". See what Joel Spolsky wrote about it here: http://www.joelonsoftware.com/articles/ResumeRead.ht

RE: can't locate loadable object for module PadWalker in @INC

2010-04-20 Thread CHAN, KENNETH 1 [AG/7721]
Thanks Fish. > Instead of going to all this trouble, you should probably use local::lib : > > http://search.cpan.org/dist/local-lib/ [CHAN] But the system doesn't have the local::lib module installed, I encountered the same problem in order to use local::lib. --

Re: can't locate loadable object for module PadWalker in @INC

2010-04-20 Thread Shlomi Fish
On Tuesday 20 Apr 2010 19:39:13 CHAN, KENNETH 1 [AG/7721] wrote: > Hi all, > > I encounter a weird problem. I install eclipse with EPIC perspective > to Linux. Since I would like to use it's debugger but I don't have root > permission. I download PadWalker.pm > (http://search.cpan.org/CPAN/autho

RE: Can't locate loadable object for module

2005-01-21 Thread Henry, Mark Patrick
Sent: Thursday, January 20, 2005 6:51 AM To: Henry, Mark Patrick Cc: beginners@perl.org Subject: Re: Can't locate loadable object for module - Original Message - From: "Henry, Mark Patrick" <[EMAIL PROTECTED]> Date: Thursday, January 20, 2005 0:54 am Subject: Can

Re: Can't locate loadable object for module

2005-01-20 Thread mgoland
- Original Message - From: "Henry, Mark Patrick" <[EMAIL PROTECTED]> Date: Thursday, January 20, 2005 0:54 am Subject: Can't locate loadable object for module > Hi, Hello; > > I'm trying to use a perl module that a tool I got, ccmeter.pl, > requiresand I can't no matter what I do.. >

RE: Can't locate loadable object for module ...

2001-05-30 Thread King, Jason
Margit Brunder wrote .. >I've written a cgi script and when Apache (version 1.3.6) tries to call >it, I get the error message "can't locate loadable object for module >HTML::Parser in @INC at ./HTML/entities.pm line 79" although the >module Parser.pm IS in the same directory as entities.pm Th