in reply to Re: Shared hash within shared hash of hash???
in thread Shared hash within shared hash of hash???
Two questions:
1. Do i need to use lock $hash{foo} ; or lock ( \%hash ) ; if foo is used as shared_clone ?
2. Can I just useAnd just lock %hash, if needed?%{$hash{foo}} = () ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Shared hash within shared hash of hash???
by dave_the_m (Monsignor) on Jan 02, 2013 at 17:30 UTC | |
|
Re^3: Shared hash within shared hash of hash???
by BrowserUk (Patriarch) on Jan 02, 2013 at 15:53 UTC | |
|
Re^3: Shared hash within shared hash of hash???
by zwon (Abbot) on Jan 02, 2013 at 12:46 UTC | |
by ISAI student (Scribe) on Jan 02, 2013 at 14:53 UTC | |
by zwon (Abbot) on Jan 03, 2013 at 14:44 UTC |