in reply to Re: call perl hash function?
in thread call perl hash function?
$ perl -MDevel::Peek -e 'Dump({ key => "value" })'
and look for the line with
Elt "key" HASH =
in it. The hash values are different.
Arjen
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: call perl hash function?
by whartman (Novice) on Jan 26, 2003 at 21:15 UTC |