Help for this page
sub some_function { my (%args) = @_; ... my( $self, $mandatoryFirstArg, %args ) = @_; # no need to worry about the order here either }