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


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

I know that.

But I want one expression to determine the condition, I want to avoid (for reasons of pure idiocy) to have an extra assignment...

So something like

print defined *main::{$symbol}->*{CODE} ? "yep": "nope";
But I cannot do it...