use FindBin qw($RealBin); use lib "$RealBin/lib/"; BEGIN { $ENV{APP_ROOT} = $RealBin; } use MyApp::Conf qw/APP_NAME/;