http://www.perlmonks.org?node_id=127780


in reply to Error in the example code
in thread split and join

my @arr = (1 .. 10); print join(', ', @arr[0 .. $#arr - 1]), " & $arr[$#arr]\n";
--
<http://www.dave.org.uk>

"The first rule of Perl club is you don't talk about Perl club."