sub copy_hash { my $hr = shift // return {}; my $copy; @$copy{keys %$hr} = value %$hr; $copy; } #### sub copy_hash {{%{$_[0]//{}}}} #### my %copy = %+;
## sub copy_hash {{%{$_[0]//{}}}} ##
## my %copy = %+;