Help for this page
sub has { my( $key, $hv, $val, $force )= @_; if( exists $hv->{$key} ) { ... } return $val; }