in reply to Process Log Files - Join Log entry pairs
But if I want to use Threads to process multiple files and use the same hash, how can you do it and keep the performance?
use threads::shared; my %hash : shared;
The above hash declaration doesn't work for nested Hash's. Any tips?
|
|---|