Help for this page
my $overwrite = (length($function)>1) + 0;
my $overwrite = length($function)>1 ? 1 : 0;