Build a hashmap of lexical variables used in a coderef. The hash returned has variables names as the keys, and the variable values as the corresponding hash value.
Parameters
CodeRef $codref | The code reference to inspect |
Returns
HashRef | The lexical variables used in the coderef |
=end NaturalDocs