open( ENVFILE, "< env.txt" ) or die_screaming_in_agony(); %ENV = map( split /=/, $_, 2 } ; # Untested, looks cool though