Subject: | Type determination |
The current code does things like:
if ($item =~ /(HASH|ARRAY)\(0x[0-9a-f]+\)$/) {
It's generally better to use ref() than to rely upon stringification
(and the regexp engine) to determine a reference's type.
This queue is for tickets about the Data-Walk CPAN distribution.
The Basics
People
|
Bug Information
|