Help for this page

Select Code to Download


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