my $string = "cheese"; my $need_to_interpolate = "smell my %s\n"; printf $need_to_interpolate, $string;