I think it should be possible, but I got stumped trying to figure out how to get the starting OP from an eval"". If I can do that then I can run a simple B::Utils::opgrep() and look for an entersub OP. If there is one, then the subroutine isn't a constant.
-sam
Comment on Re: Re: Re: •Re: Is it possible to distinguish contstants from normal subs?