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
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
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
> "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
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
> "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
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
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
> 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
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
rom the
> Frequently Asked Questions
> ##
> 4. My scripts fail with "Can't locate object method 'png' via package
> "GD::Image".
>
rom the
> Frequently Asked Questions
> ##
> 4. My scripts fail with "Can't locate object method 'png' via package
> "GD::Image".
>
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,
; for my $in(@allRows){
>
> > my @allCell = $in->cells;
>
> > for my $y (@allCell){
>
> > print $y->cellText;
> > }
>
> >}
> > }
> > Can't locate object method "rows" via package
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
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/
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.
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
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;
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
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
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
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
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 =
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
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
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
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 {
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
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 "
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
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
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.
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
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
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
->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]
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
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
)
/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
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
>
> 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
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
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
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
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
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
> ++
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
48 matches
Mail list logo