# search first db my $data => LSRfm::Database::Data->search(field => 'currentpoll'); # returns an array but I only want the third column of the array which is called content my @results = LSRfm::Database::Poll_Results->search(poll_title => (--Search using content--));