At 13:18 -0800 11/15/03, Stas Bekman wrote: >>This code should resolve the issue for 5.8.1 and 5.8.2. I'll >>supply patches for 5.8.3 to p5p. >Great! It'd be nice to have this tested as well under threads ;) Good point. Patch is attached. Basically, the following test is added: ==================================================== threads->new( sub {1} )->join; my $not = eval { Config::myconfig() } ? '' : 'not '; print "${not}ok $test - Are we able to call Config::myconfig after clone\n"; $test++; ==================================================== LizThread Next