Then you'd be able to get a list that would contain something like:my $foo = "$bar{foo}"; $foo .= $baz->method(@foo); $foo .= join(',', @$bar{'foo','bar'});
qw[ $foo @foo %bar $bar $baz ];I have a feeling this is either very hard, or already in a module somewhere, though I've found nothing helpful.
In reply to Finding Variable References In Code by tadman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |