sub good { my %params = ref $_[0] eq 'HASH? ? %{shift @_} : @_; } sub bad_but_typical { my %params = ref $_[0] ? %{shift @_} : @_; }