my @paramfields = ({ 'this' => 'thisvalue', 'that' => 'thatvalue', 'something' => 'somevalue' }); my $result = $server->call($method, @paramfields);