my $backticketed_string = 'static text `execute this` static text `execute this` ... `execute this` static text'; my $interpolated_string = interpolate_all_backtick_pairs($backticketed_string);