in reply to Re: Experiences with IM support?
in thread Experiences with IM support?
Is this package supported? If so, why are errors like the first one still present? (It results from this code:"my" variable $file masks earlier declaration in same scope at /usr/lo +cal/lib/perl5/site_perl/5.6.1/XML/Stream/Parser.pm line 298. Use of uninitialized value in string ne at /usr/local/lib/perl5/site_p +erl/5.6.1/XML/Stream/Parser.pm line 134. Use of uninitialized value in split at /usr/local/lib/perl5/site_perl/ +5.6.1/Net/Jabber.pm line 759.
Note the two appearances of "my $file".sub parsefile { my $self = shift; my $file = shift; open(FILE,$file); my $file; while(<FILE>) { $file .= $_; } ...
Edit by tye to replace PRE tags with CODE tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Experiences with IM support?
by andreychek (Parson) on Apr 18, 2002 at 14:28 UTC |