sub say { my ( $x, %param ) = @_; # ... } &say( "Hello", name => "world" );