Thread Erfahrungen mit Net::ICQ ? (7 answers)
Opened by esskar at 2005-05-14 21:11

J-jayz-Z
 2005-05-14 20:58
#37749 #37749
User since
2005-04-13
625 Artikel
BenutzerIn
[Homepage] [default_avatar]
Wie sieht es den aus bei euch, habt ihr Erfahrungen mit dem CPAN Modul Net::ICQ?
Ich hab mir da mal das test script aneschaut, dass dabei ist. Ich bekomme allerdings trotz der richtigen UIN und dem richtigen Passwort folgende Meldung:
Code: (dl )
1
2
3
4
5
6
7
8
9
connecting...
--> event #18490 <1000>
OOPS: Server told us the wrong session ID!
OOPS: Server told us the wrong UIN!
<-- event #0 [] <0>
--> ACK #0
OOPS: Server told us the wrong session ID!
OOPS: Server told us the wrong UIN!
<-- event #0 [] <0>

das ist das test2.pl script, dass dabei ist.
Weiß jemand, woran das liegt? ? ?
perl -Mstrict -Mwarnings -e 'package blub; sub new { bless {} } sub bar {my $self=shift; $self->{bla}="5065726c2d436f6d6d756e697479"; return $self->{bla};} my $foo=blub->new();print "Hallo ";print pack("H*",$foo->bar()); print "\n"'

http://perl-tutor.de

View full thread Erfahrungen mit Net::ICQ ?