print "Content-type: text/html\n\n"; open CONF_VIP, "VIP.txt" or die "Can't open config.txt. $!\n"; $vip = ; print "VIP is $vip\n";