Help for this page

Select Code to Download


  1. or download this
    my $value=defined(getConfigValue("use_foo""))?getConfigValue("use_foo"
    +):1;
    
  2. or download this
    my $value = getConfigValue( "use_foo");
    $value=1 unless defined $value;