Revision 58815cba
Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt
SL/LXDebug.pm | ||
---|---|---|
|
||
}
|
||
|
||
} elsif (ref($src) =~ m{^(?:HASH|Form)$}) {
|
||
} elsif (ref($src) =~ m{^(?:HASH|Form|SL::.+)$}) {
|
||
$dumped{$addr} = {};
|
||
|
||
foreach my $key (keys %{ $src }) {
|
Auch abrufbar als: Unified diff
LXDebug::dump: Objekte aus Namensraum SL::* ohne »as_debug_info« wie Hash behandeln