Re: can't locate object method via perl package

2013-09-16 Thread Jimi Wills
how does your code look? Dr Jimi C Wills "Gurunath Katagi" wrote in message news:cak6su7_lffefoh-jtpm-es84p_mgmnydp4pwdpp8dek19is...@mail.gmail.com... Hi everyone.. I am running a perl program which uses Math::Vector. But i am getting the following error Can't locate object method "UnitVec

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 object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-19 Thread Uri Guttman
> "MC" == Mimi Cafe writes: MC> yes, probably the space was the cause of the issue. I did not MC> notice it untill I went back to change the quotes. hopefully you have learned a lesson about quoting strings. but you haven't about quoting emails. my entire email was quoted below your repl

Re: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-19 Thread Mimi Cafe
yes, probably the space was the cause of the issue. I did not notice it untill I went back to change the quotes. Mimi On 19 April 2010 19:16, Uri Guttman wrote: > > "MC" == Mimi Cafe writes: > > MC> Hmm, the single quotes did help. I am used to double quotes as > MC> they make me feel I

Re: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-19 Thread Uri Guttman
> "MC" == Mimi Cafe writes: MC> Hmm, the single quotes did help. I am used to double quotes as MC> they make me feel I am properly quoting, but now I have learnt the MC> hard way. there is no reason single vs double quotes would make any difference as there was no interpolation going o

RE: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-19 Thread Mimi Cafe
Hmm, the single quotes did help. I am used to double quotes as they make me feel I am properly quoting, but now I have learnt the hard way. Thanks -Original Message- From: Thomas Bätzler [mailto:t.baetz...@bringe.com] Sent: 19 April 2010 10:23 To: beginners@perl.org Cc: Mimi Cafe Subject

Re: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL

2010-04-19 Thread Owen
On Mon, 19 Apr 2010 00:14:44 +0100 Mimi Cafe wrote: > I get following error when trying to open a session using > Apache::Session::MySQL. > > > > Here is what I have > > > > 38 tie %session, " Apache::Session::MySQL", undef,{ > > 39 Handle => $dbh, > > 40

Re: Can't locate HTML::Parser in @INC

2009-06-05 Thread Peter Nikolaidis
>> Any suggestions? > > What about file permissions? Does the user the test script was run as > have read access to > /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux/HTML/Parser.pm ? Hello, I just tried running the test script as root and got the same results, so I do not think it is a permis

Re: Can't locate HTML::Parser in @INC

2009-06-04 Thread Gunnar Hjalmarsson
Peter Nikolaidis wrote: I wrote a test script, which does nothing more than require HTML::Parser, and it fails with the following: catu...@www2:~$ perl test.plx Can't locate HTML::Parser in @INC (@INC contains: /usr/local/lib/perl5/5.10.0/x86_64-linux /usr/local/lib/perl5/5.10.0 /usr/local/li

Re: Can't locate ...

2008-07-10 Thread Ganesh Babu N
Download the module to the system and install it manually. On 7/10/08, protoplasm <[EMAIL PROTECTED]> wrote: > Somehow I screwed up my `Perl` and have no idea how to get out of this > mess. I attempt to run a program and get the following: > > @naiad ~/workspace/aestTest] ./aestTest --CbcDec > Can

Re: Can't locate feature.pm in @INC

2008-05-29 Thread William
- Original Message > From: Tomasz Finc <[EMAIL PROTECTED]> > To: William <[EMAIL PROTECTED]> > Cc: beginner perl mailling list > Sent: Thursday, May 29, 2008 14:36:58 > Subject: Re: Can't locate feature.pm in @INC > > You are trying to use a featur

Re: Can't locate feature.pm in @INC

2008-05-28 Thread Tomasz Finc
You are trying to use a feature that is in perl-5.10 and not in your installed version of perl 5.8.8. If you want switch functionality then you might want to install the Switch cpan module from which you will be able to use Switch; switch ($val) { case 1 { print

Re: Can't locate object method "gif" via package "GD::Image"

2008-04-02 Thread sivasakthi
> > You don't say what platform or version levels you are using, > but the best bet is to upgrade to the latest gd c library from > boutell.com then install the latest Perl GD module. > http://www.boutell.com/gd/ > > Read the README that comes with the GD module... from the > Frequently Asked

Re: Can't locate object method "gif" via package "GD::Image"

2008-04-02 Thread sivasakthi
> > You don't say what platform or version levels you are using, > but the best bet is to upgrade to the latest gd c library from > boutell.com then install the latest Perl GD module. > http://www.boutell.com/gd/ > > Read the README that comes with the GD module... from the > Frequently Asked Q

Re: Can't locate CPAN.pm in @INC

2008-02-01 Thread Pradeep Mishra
thanks adrano. you are correct. have installed perl-cpan. it is resolved now. thanks again, On Feb 1, 2008 8:17 AM, Adriano Ferreira <[EMAIL PROTECTED]> wrote: > On Feb 1, 2008 10:47 AM, Pradeep Mishra <[EMAIL PROTECTED]> > wrote: > > hi all > > > > I have been trying to install spamassin usin

Re: Can't locate CPAN.pm in @INC

2008-02-01 Thread Adriano Ferreira
On Feb 1, 2008 10:47 AM, Pradeep Mishra <[EMAIL PROTECTED]> wrote: > hi all > > I have been trying to install spamassin using ...perl -MCPAN -e shell > which throws an error > > Can't locate CPAN.pm in @INC (@INC contains: > /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi > /usr/lib/perl5/si

Re: Can't locate object method

2007-09-04 Thread Xbiton
On Sep 4, 5:04 pm, [EMAIL PROTECTED] (Rob Dixon) wrote: > Xbiton wrote: > > Hi, > > > I've doing some tests with win32::IEAutomation. when I try to access a > > Table: > > > for my $a (@atbl){ > > > my @allRows = $a->rows; > > > for my $in(@allRows){ > > > my @allCell = $in->cells; > > >

Re: Can't locate object method

2007-09-04 Thread Rob Dixon
Xbiton wrote: Hi, I've doing some tests with win32::IEAutomation. when I try to access a Table: for my $a (@atbl){ my @allRows = $a->rows; for my $in(@allRows){ my @allCell = $in->cells; for my $y (@allCell){ print $y->cellText;

Re: Can't locate Carp/Heavy.pm

2006-06-11 Thread Tom Phoenix
On 6/10/06, Vijay Kumar Adhikari <[EMAIL PROTECTED]> wrote: Can't locate Carp/Heavy.pm in @INC (@INC contains: I tried to install it from CPAN but looks like it is not available there. Carp::Heavy should be in core installation. Not sure why I am grtting this error. Help. Maybe it was delet

Re: Can't locate object method - weirdness

2006-06-07 Thread Graeme McLaren
Hi there .. thank you for your reply - I managed to get it fixed. Not sure its the greatest class ever but it works. Thanks again, G :) From: "Mr. Shawn H. Corey" <[EMAIL PROTECTED]> To: beginners@perl.org Subject: Re: Can't locate object method - weirdness D

Re: Can't locate object method - weirdness

2006-06-07 Thread Adriano Ferreira
Graeme, (Send your messages to the list beginners@perl.org so that more people can help you out.) I still don't know where your problem is. The files you sent look ok, with some remarks: em_log.pm should contain the statement "package SI::eventmaster::em_log;" rather than "package em_log;

Re: Can't locate object method - weirdness

2006-06-07 Thread Tom Phoenix
On 6/7/06, Graeme McLaren <[EMAIL PROTECTED]> wrote: Can't locate object method "dbh" via package "em_log" at in my class I have: sub dbh{ Is it, really and truly, in the correct class? And your class is named "em_log", in all lower case? (This method isn't inherited, is it?) Generally, P

Re: Can't locate object method - weirdness

2006-06-07 Thread Mr. Shawn H. Corey
On Wed, 2006-07-06 at 15:50 +0100, Graeme McLaren wrote: > Hi all, I have a weird error: > > Can't locate object method "dbh" via package "em_log" at > /path/log.cgi line 15. > > > line 15 is the second of these two lines: > > my $log = em_log->new; > $log->dbh($dbh); > > > in my class I hav

Re: Can't locate object method - weirdness

2006-06-07 Thread Adriano Ferreira
On 6/7/06, Graeme McLaren <[EMAIL PROTECTED]> wrote: Hi there, thanks for your reply, here is my constructor: sub new{ my ($class) = @_; my $self = { _table => undef, _id => undef, # this refers to the column named "pkey_updated_record" in the log table _dbh => u

Re: Can't locate object method - weirdness

2006-06-07 Thread Adriano Ferreira
On 6/7/06, Graeme McLaren <[EMAIL PROTECTED]> wrote: Hi all, I have a weird error: Can't locate object method "dbh" via package "em_log" at /path/log.cgi line 15. line 15 is the second of these two lines: my $log = em_log->new; $log->dbh($dbh); Does your code define a suitable new() ? The b

Re: Can't locate object method "TIEHASH" via package "Apache::Session::MySQL"

2006-01-31 Thread The Ghost
Are you sure that a. the module is installed in a directory that is in @INC and b. that you are using the module (ie use Apache::Session::MySQL;). Given that fact that it worked before, but not now I would assume that it is a module installation problem, not a code problem. a yes b oddly enoug

Re: Can't locate object method "TIEHASH" via package "Apache::Session::MySQL"

2006-01-31 Thread Chas Owens
On 1/31/06, The Ghost <[EMAIL PROTECTED]> wrote: > All the sudden I'm having problems with this module. Ever since I > switched servers. > > # perl -v > > This is perl, v5.8.7 built for i386-freebsd-64int > > Apache::Session is up to date (1.80). > Apache::Session::MySQL is up to date (1.01). > DB

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 Image/Magick.pm in @INC

2004-08-16 Thread JupiterHost.Net
Brian Volk wrote: David Dorward wrote: Does Magick.pm existing in an Image directory in any of those directories? If not - install Image::Magick. Yes it does... Since I'm using Active Perl, and the only Image::Magick is Apache::ImageMagick, if that is causing the error? Not sure. Er, if you hav

RE: can't locate Image/Magick.pm in @INC

2004-08-16 Thread Brian Volk
nks, Brian -Original Message- From: David Dorward [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 2004 10:12 AM To: Beginners (E-mail) Subject: Re: can't locate Image/Magick.pm in @INC On 16 Aug 2004, at 15:30, Brian Volk wrote: > I'm having trouble using Apache::ImageMagick

Re: can't locate Image/Magick.pm in @INC

2004-08-16 Thread David Dorward
On 16 Aug 2004, at 15:30, Brian Volk wrote: I'm having trouble using Apache::ImageMagick. Here is the error I'm getting. Can't locate Image/Magick.pm in @INC (@INC contains: C:\PROGRAM FILES\PERLEDIT C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/site/lib/Apache/ImageMagick.pm line 25. Does Magick.pm

Re: Can't locate object method error

2004-04-24 Thread david
John Fisher wrote: > > I am installing a fresh Bugzilla using Template Toolkit and the GD > graphics libraries. where did you install it? > ( yes I asked a similar question at the BZ list, too ) > I get this error, > plugin error - Can't locate object method "load" via package > "Bugzilla::Tem

Re: Can't locate object method "new" via package "IO::socket::INET"

2004-04-15 Thread Paul Johnson
On Thu, Apr 15, 2004 at 02:01:29PM +0200, test testname wrote: > Hallo Mitglieder, > > Ich suche schon seit Stunden auf allen möglichen > Webseiten über perl herum, aber > komme nicht wirklich weiter... > > Ich will nur ein Standard-Progrämchen aus meinem > Perlbuch starten (Socket- > Programm),

Re: Can't locate object method "get" via package "LWP::UserAgent"

2003-11-25 Thread Rob Dixon
<[EMAIL PROTECTED]> wrote: > > #!/usr/bin/perl > > use strict; > use URI; > #use HTTP::Request::Common qw(GET); > use LWP; > #use HTTP::Response; > > my $browser = LWP::UserAgent->new; > $browser->env_proxy(); > my > $response=$browser->get('http://finance.yahoo.com/d/quotes.csv?s=msft&f=sl1d1t1c1o

RE: Can't locate object method "get" via package "LWP::UserAgent"

2003-11-24 Thread NYIMI Jose (BMB)
I haven't seen where you said: use LWP::UserAgent; José. -Original Message- From: PerlDiscuss - Perl Newsgroups and mailing lists [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 6:50 AM To: [EMAIL PROTECTED] Subject: Can't locate object method "get" via package "LWP::UserAgent"

RE: Can't locate object method "new" error

2003-08-14 Thread gagel
Got it, I had to force the install for: MD5 Digest::MD5 Digest::Nildimsa The error no longer shows up. - Original Message Follows - > I don't know how to set or retrieve the value of @INC, how to > please? > > The Razor2 client files are located at: > /usr/razor-agents-2.34/lib/Razor2/C

RE: Can't locate object method "new" error

2003-08-11 Thread gagel
I don't know how to set or retrieve the value of @INC, how to please? The Razor2 client files are located at: /usr/razor-agents-2.34/lib/Razor2/Client/Agent.pm The MD5 copy and past from perl is: cpan> test Digest::MD5 Running test for module Digest::MD5 Running make for G/GA/GAAS/Digest-MD5-2.26

RE: Can't locate object method "new" error

2003-08-09 Thread wiggins
On Wed, 06 Aug 2003 11:58:53 -0800, [EMAIL PROTECTED] wrote: > Depending on what I'm installing or runing I'm getting this message, > for example running test MD5 gives: > Can't locate object method "new" via package "MD5" (perhaps you forgot > to

RE: Can't locate object method "Attach" via package "Mail::Sender"

2003-02-03 Thread Dan Muey
> > From: "Dan Muey" <[EMAIL PROTECTED]> > > > I'm getting this error from Mial::Sender and am not sure why. > > > Can't locate object method "Attach" via package "Mail::Sender" > > What version of Mail::Sender do you have? Is there any chance you > have two different version

RE: Can't locate object method "Attach" via package "Mail::Sender"

2003-02-03 Thread Jenda Krynicky
From: "Dan Muey" <[EMAIL PROTECTED]> > > From: "Dan Muey" <[EMAIL PROTECTED]> > > > > I'm getting this error from Mial::Sender and am not sure why. > > > > Can't locate object method "Attach" via package "Mail::Sender" > > > > What version of Mail::Sender do you have? Is there any c

Re: Can't locate object method "Attach" via package "Mail::Sender"

2003-02-03 Thread Jenda Krynicky
From: david <[EMAIL PROTECTED]> > Dan Muey wrote: > > $sender = new Mail::Sender {smtp => "$smtp_serv", from => "$from"}; > > the above should be: > > $sender = new Mail::Sender({smtp => $smtp_serv, from => $from}); > > you are missing the () No. The () is not necessary there. Both mean exactl

Re: Can't locate object method "Attach" via package "Mail::Sender"

2003-01-31 Thread david
Dan Muey wrote: > > $sender = new Mail::Sender {smtp => "$smtp_serv", from => "$from"}; > the above should be: $sender = new Mail::Sender({smtp => $smtp_serv, from => $from}); you are missing the () david -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

RE: Can't locate object method "Attach" via package "Mail::Sender"

2003-01-31 Thread Dan Muey
Also I've tried doing msg => "text" and msg => "html" ,respectively, Without using variables that contain the messages, still blank. Withh the above I would expect the email to just say text And when they opened up the html attachment it would just say Html The ultimate goal is to send a person

RE: Can't locate object method "Attach" via package "Mail::Sender"

2003-01-31 Thread Dan Muey
Also, if I remove the Attach section ( which is supposed to attach a gif for the attached html page ), I get a blank email sent to me with a blank attachment called ATT12345.html. It should be an email with a text body and an html page attached with html code in it. Any thoughts?? Thanks Da

Re: "Can't locate MLDBM.pm ..."

2003-01-28 Thread zentara
On Sun, 26 Jan 2003 16:56:50 -0500, [EMAIL PROTECTED] (Ed Sickafus) wrote: >Since loading MLDBM-2.01, non-root, on an Apache > Cobalt Linux release 5.0 (Pacifica) > Kernel 2.2.16C27_III on an i586 running Perl 5.005_03 >a few weeks ago, I've experienced inconsistent di

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