in reply to Re^2: A simple question that can't be asked
in thread A simple question that can't be asked
G'day eyepopslikeamosquito,
++ Marvellous paraphrasing: most impressive.
'... and contains an incorrect(!) leading space in " _".'
Given that he's requested pedantry not be overlooked, I'll just add:
$ perl -e 'my ($v1, $v2) = qw{A B}; print "My answer is \"\_" . $v1 . +" _" . $v2 . "\"\n";' My answer is "_A _B"
Unfortunately, I can only downvote it once.
— Ken
|
---|