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:
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