Help for this page
my @data = $dbh->select( 'table', '*', { ... id => { -in => [@all_ids] }, } )->hashes;