##
open CONFIG, "SENCONFIG" or die "Configuration file missing ...\n";
my $config = join "", ;
eval $config or die "Failed to Evaluate SENCONFIG File...$@\n";
## ##
print $FLAG_IPV4; ### O/P is 0
####
Note: I am not using "use strict" option here because it gives compliation error stating variable not defined.