in reply to Re: Hash key string restrictions?[THANKS]
in thread Hash key string restrictions?
my $code_ref = $code_cache{$code} ||= eval $code; die("Unable to compile and run code: $@\n)" if !$code_ref; $code_ref->();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Hash key string restrictions?[THANKS]
by Ojosh!ro (Beadle) on Feb 10, 2007 at 12:45 UTC | |
by ikegami (Patriarch) on Feb 10, 2007 at 18:57 UTC |