Help for this page

Select Code to Download


  1. or download this
    my $overwrite = (length($function)>1) + 0;
    
  2. or download this
    my $overwrite = length($function)>1 ? 1 : 0;