Help for this page
{ Log::Log4perl->init ( $log4perl_config ); ... .. $log->info('Some stuff'); }
my $log; { ... $log->info('Some other stuff'); .. }