Help for this page
sub function { defined wantarray ? $string : print $string }
my $string = function();