Precedence in concatenation/ternary op

master
Zach Thompson 2016-06-08 14:21:15 -06:00
parent e1202c9799
commit 91113aa0bd
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ handle matches => sub {
return if $str =~ /^[\p{Control} ]+$/;
DONE:
return "Binary '$bin_string' converted to " . $want_ascii ? 'ascii' : 'unicode' . " is '$str'",
return "Binary '$bin_string' converted to " . ($want_ascii ? 'ascii' : 'unicode') . " is '$str'",
structured_answer => {
data => {
title => $str,