in reply to Process Log Files - Join Log entry pairs

Tks for the tips.

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?