Help for this page

Select Code to Download


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