export PERL5OPT=-MLogger #### package Logger; use strict; use warnings; print "Logger\n"; 1;