... or my $tagged_text = $text !~ /^\s*$/ ? "<$tagname>$text" : $text; if ($content_flag) { $main_content .= $tagged_text; } } ...