in reply to Re: How to eliminate warning message on hash value?
in thread How to eliminate warning message on hash value?
$$keyptr = $$db{CurrentKey};
What exactly does this statement do? Mentally, I'm converting it to
$keyptr-> = $db->{CurrentKey};
which doesn't make any sense to me. What am I missing?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to eliminate warning message on hash value?
by Marshall (Canon) on Dec 08, 2011 at 12:46 UTC |