in reply to Re^2: Split returning one element
in thread Split returning one element

thing (...) parses a function call, leaving out the + would mean the whole statement is parsed as
( print(split ...) )[0]

Which is not what you want.

Perl 6 - links to (nearly) everything that is Perl 6.