sub { my $caller=shift; $rf->execute( map { defined $_ ? $_ : shift @_ } @bind ) or $caller->complain("Error executing this and that."); $rf->fetchall_arrayref; }