[JDEV] Help with Net::Jabber problem

Joe Breeden jbreeden at ena.com
Thu Sep 19 10:07:19 CDT 2002


You might try posting some of you code (especially the bit giving problem) and never, never, never, never run without use strict. I notice that you are using Perl 5.6.0 any reason why? If not, you should upgrade to 5.6.1 - but I don't think that will effect this problem, but 5.6.1 fixes bugs that could cause memory leaks and other evil thingies.

Good luck

> -----Original Message-----
> From: jdev at graham.globalcloud.net [mailto:jdev at graham.globalcloud.net]
> Sent: Thursday, September 19, 2002 9:52 AM
> To: jdev at jabber.org
> Subject: Re: [JDEV] Help with Net::Jabber problem
> 
> 
> That resolved my initial problem.  Now I get the following:
> Can't use string ("3D89E3F6") as a HASH ref while "strict 
> refs" in use 
> at /usr/lib/perl5/site_perl/5.6.0/Net/Jabber.pm line 666.
> 
> Should I comment out "use strict" in Jabber.pm or is there something 
> else wrong?
> 
> Chris Wilkes wrote:Chris Wilkes wrote:
> 
> >Try this
> >	use Net::Jabber qw(Client);
> >  
> >
> 
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
> 



More information about the JDev mailing list