my $icq = ICQserve::new(); $icq->uin(123456); $icq->message("this is the message"); $icq->send();