open CONFIGFILE, "config.txt" or die $!; { local $/; $/ = undef; $DATA=; } print $DATA;