in reply to Re^2: Logging module sometimes writes its file in the wrong directoryin thread Logging module sometimes writes its file in the wrong directory
use FindBin qw($Bin); my $dir = $Bin; [download]