hello (hi => 'Hello', place => 'world'); sub hello { my %params = @_; print "$params{hi} $params{place}\n"; }