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

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, > r

Can't locate loadable object for module

2005-01-20 Thread Henry, Mark Patrick
05_03/lib/site_perl/5.005 So, in the script I put the following: use lib '/users/mhenry/tools/3rdparty'; I get: Can't locate loadable object for module Time::HiRes in @INC (@INC contains: /users/mhenry/tools/3rdparty /apps/perl-5.005_03/lib/5.00503/PA-RISC1.1 /apps/perl-5.005_03/lib

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 t

Can't locate loadable object for module ...

2001-05-30 Thread Margit Brunder
Hi, 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 The

Can't locate loadable object for module...

2001-05-30 Thread Margit Brunder
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 The path where Parser.pm is located is included in @INC !! What's going wrong? Thanks Margit