Help for this page
$aim->get_info($screen_name) ... The server should reply with a URL which will contain the info requested about the user.
use Data::Dumper; ... my $result = $aim->get_info("screenname"); print Dumper($result); ...