in reply to undef vs 0

try this:
my $value = getConfigValue( "use_foo" ) ||= 1;