in reply to Re^5: ref == "REF"
in thread ref == "REF"
This doesn't matter, though. It is a *very simple extension* to add this feature outside core perl. Something along the lines of:
(This is not anywhere near tested, though :)use Inline C => << "EO_REFREF"; int refref(SV* thing) { return SvROK(SvRV(thing)); } EO_REFREF
|
|---|