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


in reply to Re^7: accessing stashes
in thread accessing stashes

First of all thanks a lot for solving my problem.

But I was wondering if there is an expression that would avoid having a two-step solution (i.e. without first assigning a temporary $glob variable).

So is there an expression that when I have a symbol ("hubba" say) I could do a

$some_convoluted_expression{hubba}->{CODE}
(or something like that) to determine whether or not there is a sub-routine of that name in the main-package.

But this is for bonus-points only...