Help for this page
use strict; use threads; ... use threads::shared; %cfg::thash : shared = (); }
use strict; use threads; ... # Don't need no "package cfg", since we're # specifying cfg:: in the variable name. %cfg::thash : shared = ();