Help for this page
sub some_func { my ($args) = @_; ... # sample calls: some_func($one_item); some_func([qw(bunch of items)]);
some_func({ this => $one_item, that => [$some, $more, $items], });