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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 9:52 AM > To: [EMAIL PROTECTED] > 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 > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev > _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
