in reply to defined ? to be : not
print 'Romeo ' . (($input // 'magic') eq 'to be' ? 'is' : 'is not') . +"\n"; [download]
print 'Romeo is' . (($input // 'magic') ne 'to be' ? ' not' : '') . "\ +n"; [download]