in reply to Re^5: Merge 2 lines in 1 die statement
in thread Die statement with text & formatting of the user

That's because you are passing a list to print.

Unless he edited the code he posted, that's not true. His code has parens.

print("no rows\n"), exit unless $rows; print "we seem to have rows.\n"; __END__ no rows