Help for this page
sub convert { my ($o) = @_; return if grep { !exists $o->{$_} } qw( from to thing ); ... }