sub is_empty_string { my ($value) = @_; defined $value and $value eq ''; } if (is_empty_string $params->{root} ) { }