630

Pel+Mysql

есть :my $product = $dbh->selectall_arrayref ("select product from buying where user_name='$user_order'");foreach (@$product){ my $offer = $dbh->selectall_arrayref ("select max(offer) from buying where product='$_->[0]'"); }..........my $ref = shift;foreach (@$ref){ print "$_->[0]\n"; } ошибок не дает но на екран ничего не выводит
0