Help for this page
some("Foo", "Bar"); sub some { my ($one, $two) = @_; }
my @alphabet = ('A' .. 'Z'); ... sub some { my ($one, @alpha) = @_; }