in reply to Re^6: how to identify a null hash value
in thread how to identify a null hash value
if (!($hh{'QUESTION_TEXT'} =~ /HASH\(/)) {
Now, I thought it printed out this value when you tried to print a hash reference that wasn't defined. I don't understand this, since the Dumper call shows the structure to be like the below:
{
'QUESTION_TEXT' => {},
'VARNAME' => 'OTHER STUFF',
},
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: how to identify a null hash value
by aaron_baugher (Curate) on Jun 05, 2015 at 01:34 UTC |