http://qs321.pair.com?node_id=735080


in reply to Re: Print all derefs and method calls in a directory (Friday golf)
in thread Print all derefs and method calls in a directory (Friday golf)

Unless I'm missing something, the examples you have are fairly simply structured - I'm having to deal with calls like:
$people->{login}->{chair}->{height}
and each level is tampered with by a different module.

So in your examples I'd be seeing: for (@{$people->{login}->{desk}->{paperclips}){}