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 locat

Re: [Bangalore-pm] can't locate object method via perl package

2013-09-12 Thread Chankey Pathak
eryone.. > I am running a perl program which uses Math::Vector. > But i am getting the following error > Can't locate object method "UnitVecPoints" via package "Math::Vector" at > /usr/local/share/perl5/Math/Vector.pm line 135. > > Can anybody look

can't locate object method via perl package

2013-09-12 Thread Gurunath Katagi
Hi everyone.. I am running a perl program which uses Math::Vector. But i am getting the following error Can't locate object method "UnitVecPoints" via package "Math::Vector" at /usr/local/share/perl5/Math/Vector.pm line 135. Can anybody look into it and let me know how t

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
Subject: AW: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL Owen wrote: > 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::M

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

2010-04-19 Thread Thomas Bätzler
Owen wrote: > 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,{ There is leading whitespa

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

2010-04-19 Thread Owen
> 39 Handle => $dbh, > > 40 LockHandle => $dbh > > 41 }; > > > > > > Could not create new session: Can't locate object method "TIEHASH" via > package " Apache::Session::MySQL" at /var/www/cgi-bin/L

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

2010-04-18 Thread Mimi Cafe
w session: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL" at /var/www/cgi-bin/Lib/Session.pm line 38. Could not create new session: Can't locate object method "TIEHASH" via package " Apache::Session::MySQL" at /var/www/cgi-bin/lib/Session.pm line 38

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

2008-04-02 Thread sivasakthi
rom the > Frequently Asked Questions > ## > 4. My scripts fail with "Can't locate object method 'png' via package > "GD::Image". >

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

2008-04-02 Thread sivasakthi
rom the > Frequently Asked Questions > ## > 4. My scripts fail with "Can't locate object method 'png' via package > "GD::Image". >

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

2008-04-02 Thread sivasakthi
Hi all, I have installed Perl-GD , and tried to use the GD::Image it throws the following error message , Can't locate object method "gif" via package "GD::Image" how can i eliminate the above error? Thanks,

Re: Can't locate object method

2007-09-04 Thread Xbiton
; for my $in(@allRows){ > > > my @allCell = $in->cells; > > > for my $y (@allCell){ > > > print $y->cellText; > > } > > >} > > } > > Can't locate object method "rows" via package

Re: Can't locate object method

2007-09-04 Thread Rob Dixon
y->cellText; } } } Can't locate object method "rows" via package "Win32::IEAutomation::Element" at C:\Documents and Settings\ \Desktop\mechanize_tests\iebiofach.pl line 19. Whatever you have done to populate your @atbl array has filled it wi

Can't locate object method

2007-09-04 Thread Xbiton
y->cellText; } } } Can't locate object method "rows" via package "Win32::IEAutomation::Element" at C:\Documents and Settings\ \Desktop\mechanize_tests\iebiofach.pl line 19. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Can't locate object method "driver"

2006-10-13 Thread Bret Goodfellow
m the linux shell: serv:~ > ./check_oracle_instance.pl -u nagios -p password -c mwm -t 51/55 DBD::Oracle initialisation failed: Can't locate object method "driver" via package "DBD::Oracle" at /usr/lib/perl5/vendor_perl/5.8.3/x86_64-linux-thread-multi/DBI.pm line 731.

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 m

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 = e

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 yo

Can't locate object method - weirdness

2006-06-07 Thread Graeme McLaren
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 have: sub dbh{ my $self = shift; my $dbh =

Can't locate object method "export_to_level" via package "IO::Tty::Constant"

2006-04-28 Thread Stuart Weston
I am using Red Hat 9.0, it seems to have perl 5.8.0 installed, I am trying to get a perl package call difwrap running and keep getting the error below. I have been to CPAN and installed IO-Tty-1.02. Any one any ideas how to fix it up and get it running ? Can't locate object m

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

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

2006-01-31 Thread The Ghost
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). DBD::mysql is up to date (3.0002). oh, my code: eval {

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 "l

Can't locate object method error

2004-04-23 Thread John Fisher
I need some help debugging this problem ( unless you know the magic answer): I am installing a fresh Bugzilla using Template Toolkit and the GD graphics libraries. ( yes I asked a similar question at the BZ list, too ) I get this error, plugin error - Can't locate object method "

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

2004-04-15 Thread Paul Johnson
or die > "Kann mich nicht mit dem > daytime-Port von XXX.XXX.XXX.XXX verbinden!"; while ( > $remote ) { print } > > Fehlermeldung: Can't locate object method "new" via > package "IO::socket::INET" > (perhaps you forgot to load "IO::socke

STOP THREAD ! Can't locate object method "new" via package

2004-04-15 Thread test testname
THANK YOU !!! THAT´s IT ! Jose is right. My editor changed the text I filled in... Sorry for nerving with such easy stuff! Best regards posty Mit schönen Grüßen von Yahoo! Mail - http://mail.yahoo.de -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

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

2004-04-15 Thread test testname
dem daytime-Port von XXX.XXX.XXX.XXX verbinden!"; while ( $remote ) { print } Errormessage: Can't locate object method "new" via package "IO::socket::INET" (perhaps you forgot to load "IO::socket::INET"?) at C:\Programme\perl_5.8.2\Perl\uebungen\client.

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

2004-04-15 Thread test testname
uot;daytime(13)", ) or die "Kann mich nicht mit dem daytime-Port von XXX.XXX.XXX.XXX verbinden!"; while ( $remote ) { print } Fehlermeldung: Can't locate object method "new" via package "IO::socket::INET" (perhaps you forgot to load "IO::socket::IN

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

2003-11-25 Thread Rob Dixon
gt;get('http://finance.yahoo.com/d/quotes.csv?s=msft&f=sl1d1t1c1ohgv'); > print $response->content; > > Can someone please tell me how to solve this error message when i type > perl test.pl at the prompt. test.pl is the filename > > Can't locate object method "get

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 pac

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

2003-11-24 Thread PerlDiscuss - Perl Newsgroups and mailing lists
->content; Can someone please tell me how to solve this error message when i type perl test.pl at the prompt. test.pl is the filename Can't locate object method "get" via package "LWP::UserAgent" -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-08-14 Thread gagel
test -- OK > > cpan> test MD5 > Running test for module MD5 > Running make for G/GA/GAAS/MD5-2.02.tar.gz > Can't locate object method "new" via package "MD5" (perhaps you > forgot to load "MD5"?) at (eval 438) line 4213. > > cpan> i

Can't locate object method "new" error

2003-08-14 Thread gagel
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 load "MD5"?) at /usr/lib/perl5/5.6.1/CPAN.pm line 4212. Or in my maillog

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

2003-08-11 Thread gagel
) /usr/bin/make test -- OK cpan> test MD5 Running test for module MD5 Running make for G/GA/GAAS/MD5-2.02.tar.gz Can't locate object method "new" via package "MD5" (perhaps you forgot to load "MD5"?) at (eval 438) line 4213. cpan> install MD5 Running in

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 pack

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 versio

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 packa

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
The ultimate goal is to send a person a note along with an html attachment. Any ideas as to why the message and the html attachment are blank would be extremely appreciated. Thanks Dan > > I'm getting this error from Mial::Sender and am not sure why. > Can't locate object meth

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

2003-01-31 Thread Dan Muey
Dan > > I'm getting this error from Mial::Sender and am not sure why. > Can't locate object method "Attach" via package "Mail::Sender" > > What should I check/did I miss/am I doign wrong/etc??? > > Thanks > > Dan > ++

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

2003-01-31 Thread Dan Muey
I'm getting this error from Mial::Sender and am not sure why. Can't locate object method "Attach" via package "Mail::Sender" What should I check/did I miss/am I doign wrong/etc??? Thanks Dan +++ Below is the perl and the output from the scr