$getoptret = $p->getoptions( \%my_hash, 'house', 'dog|d:s' ); #### $getoptret = $p->getoptions( 'house' => \$my_hash{house}, 'dog|d:s' => \$my_hash{mutt}, );