Help for this page
use Log::Log4perl qw(:easy); ... DEBUG("My Message"); INFO("Another message");
./test.pl:15: My Message ./test.pl:16: Another message