$aim->get_info($screen_name) Sends an info request to the server for $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); ...