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

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

2010-04-20 Thread CHAN, KENNETH 1 [AG/7721]
it cannot locate PadWalker when in debugging mode. Then I tried to write a simple perl script with: #!/usr/bin/perl use PadWalker; print "Done"; But perl doesn't compile correctly and return with this error: ********** Can't locate loadable object for module Pa