my $ua = LWP::UserAgent->new(); my $url = 'https://api.hipchat.com/v1/rooms/message?format=json&auth_token='.$self->config->{hipchat_token}; foreach my $to (@tos){ $ua->post($url, {