Help for this page

Select Code to Download


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