# warning, not what you really need my @adult = Person->search(age => 18); #### @adult = Person->retrieve_from_sql('WHERE age >= ?', 18);