in reply to Getting the name of sub from sub reference
If you do use Devel::Peek; Dump $q[1];
You can see the sub name in the GVGV::GV field, so the data is still there, and an XS module could certainly retrieve it.
Maybe Sub::Identify does that, but I haven't tried if it works in this case.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Getting the name of sub from sub reference
by Anonymous Monk on Oct 14, 2010 at 18:40 UTC |