in reply to
Re^2: Hash key string restrictions?[THANKS]
in thread
Hash key string restrictions?
That was the basic idea,
( the
||= eval $code
part would also be stored in the
%code_cache
)
Comment on
Re^3: Hash key string restrictions?[THANKS]
Replies are listed 'Best First'.
Re^4: Hash key string restrictions?[THANKS]
by
ikegami
(Patriarch)
on Feb 10, 2007 at 18:57 UTC
The statement I provided *does* store the result in
%code_cache
. Note the usage of
||=
instead of
||
.
[reply]
[d/l]
[select]
In Section
Seekers of Perl Wisdom