Help for this page
my $count=map $_, split;
my $count=+(split); # ?!?
$ perl -lpe '$_=+(split)' foo 1 bar baz 2