Help for this page
use strict; ... my @b = qw(b1 b2 b3 b4 b5); foo(1,2,3,4,5,@a,@b);
use strict; ... my @b = qw(b1 b2 b3 b4 b5); foo(1,2,\@a,\@b);