Recent content by ucd_aggie_grad

  1. U

    what does this perl snippet mean?

    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...
Back
Top