Help for this page
use Nexcerpt::Table qw(names cities states); ... my @homes = cities->getall('WHERE name = ?','Springfield'); etc.