in reply to Re: Warning while using ternary operatorin thread Warning while using ternary operator
Though that would be a hell of a lot more readable as:
$hash->{'name'} = "hello"."world" if $i eq 'one'; [download]