I am able to use Net::AIM on a CGI webserver to log-in and send messages, but whenever I:
print $aim->get_info("screenname");
a number is printed that follows the formula 20 + X, where X is the number of characters in the screenname.
How do I actually get the info of a user? Is it a matter of making a weird handler?