Help for this page

Select Code to Download


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