Help for this page
my $value = getConfigValue( "use_foo" ) || 1;
my $value = getConfigValue( "use_foo" ); if ( !defined( $value ) ) { $value = 1; }