Help for this page
sub lotsaArgs { my $arg1 = 'default'; ... $arg4 = shift if @_; ... }
my %args=(%defaults,@_);