my $popup_string; if (some_condition()) { $popup_string = ...; } else { $popup_string = ...; } $html .= <$popup_string ... END