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
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.
--
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
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
- 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..
>
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