my $request = {
Service => 'this service',
Operation => 'add record',
Version => 'latest',
};
At first, it seems that the variable $request is a scalar variable. But on closer look, it seems to be a hash variable. Which is it?
Secondly, if I were to construct a variable...