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


in reply to Devel::Symdump and symbol table woes

You're seeing this behaviour because all globs slots contain references to their respective data types (as expounded upon in Of Symbol Tables and Globs). So Devel::Symdump only appears to be behaving errantly in this case, since one can't distinguish between a SCALAR slot containing nothing and a SCALAR slot which has been explicitly set to undef, such is the nature of globs :/
HTH

_________
broquaint