$rf->execute(@_) or $caller->complain("Error executing this and that."); #### my %default_bind = ( age => 23, height => 75, birthday => undef ); my @key_order = qw( age height birthday );