Help for this page

Select Code to Download


  1. or download this
    '555549' => [
                  '172193',
    ...
                  '14835',
                  '16718'
                ],
    
  2. or download this
    my %result;
    while ( my $rec = $data->fetchrow_hashref ) {
        push @{ $result{ $rec->{"ID"} } }, $rec->{"item"};
    }