in reply to Re^3: RFC: pragma pragmatic
in thread RFC: pragma pragmatic

If you insert

warn ${$stash}{$symbol},"\n";

before line 26, you see what happens. Version 5.20.2 displays

*main::foo

whereas v5.26.0 displays something like

CODE(0x123abc)

Sigh. The glob dereferencing to get at the code reference of a glob must have changed somewhere after 5.20.2, so I'll have to rewrite the symbol handling part. I'll update the OP as soon as this is done.

update: OP updated.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'