sub function { defined wantarray ? $string : print $string } #### my $string = function();