# get the type of the variant, as a number/ID # (see the docs or Variant.pm for what they represent) print $v->[0][0][0]->Type(), "\n"; # the stringified value of the object, if scalar # (for lists, use ->Dim() and ->Get() ...) print $v->[0][0][0], "\n"; # the string '#N/A Mth Lmt' - nothing special here print $v->[0][0][1], "\n";