Help for this page
( @a, @b ) = (1..10, 'a'..'b'); ... print @b;;
someFunction( @a, @b, $c );
my ( @groupA, @groupB, $dataRef ) = @_;