Help for this page

Select Code to Download


  1. or download this
    use Net::AIM;
    
    my $nick = 'xx';
    ...
        $self->setconfig($str);
        $self->send_im($nick, "Are you there, good sir?");    
    }