For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > April 2004 > Net::ICQ2000









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Net::ICQ2000
N1k1ta

2004-04-27, 10:35 pm

I need program wich will only log in using ICQ Protocol v7/8
I tried Net::ICQ2000 for it. http://prdownloads.sourceforge.net/....2.tgz?download



use Net::ICQ2000;
$UIN="123456";
$Password="d00d";
$icq = Net::ICQ2000->new($UIN, $Password);
$icq->Connect();
$icq->Execute_Once();


nothing happens. can someone help me? I've foundno documentation for
this module, only vicq as working version, but I only need login.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com