sub odd_args { my($this, $args); ($this, %$args) = @_; print $args->{x},"\n"; }