in reply to Re: A simple question that can't be asked
in thread A simple question that can't be asked

say join( q{}, q{my answer is "_}, $v1, q{_}, $v2, q{_"} );

TIMTOWTDI (There Is More Than One Way To Do It).