in reply to Re^3: Code blocks with ternary operator or trailing conditionalsin thread Code blocks with ternary operator or trailing conditionals
(43 > $x ? sub { print 'Yes, '; print 'it is!'; } : sub { print 'No, '; print 'it is not!'; } )->(); [download]