# select $$what$$ from offices' $sql->offices(what => "`address`, `address2`, `city`, `state`"); #### # select $$what$$ from offices $sql->offices(what => [ qw/address address2 city state/ ]); #### # select $$what$$ from offices where office_id=? $sql->offices(what => [qw/name city/])->do($office_id);