Help for this page

Select Code to Download


  1. or download this
    $conn->set_handler(config => sub { 
                                  my $aim = shift;
                                  $aim->send_im('gazuga69', 'It worked!');
                                 });
    $aim->start;