in reply to print +split
In print +(split)[2], $,;, the "+" prevents the following parentheses from being interpreted as part of a function call to print; it has no other effect.
chas
(Update: I meant to add some more comments but accidently created instead of previewing; another reply had already appeared.)
chas
(Update: I meant to add some more comments but accidently created instead of previewing; another reply had already appeared.)
In Section
Seekers of Perl Wisdom