It's a lexical variable, so you can't see it from outside the scope
it's declared in.  You'd have to edit the Inline/Java.pm file (or use
something like PadWalker) to access it.

Maybe you could try

  print Dumper $YourPackage::INLINE;

and see what that shows.  Not sure whether it's relevant or not, it's
some specific entry from @INLINES.

  -Ken

Shucks, the data structure contains only the data types and not the
variable names (which I was hoping for)

thanks
Jay

Reply via email to