in reply to Undertanding fetchall_arrayref Help!

This is the same code you posted on your other thread: Can't Use String as an Array Ref Help!. There is helpful information in that thread, including:

USE STRICT. That will trap obvious problems where you are spelling your variable names differently by mistake -- for example:

my $dbh_b = DBI->connect... my $values = join("," ,map { $dbh_sec->quote($_) } @ar_acc_num );
There is no other occurrence of "$dbh_sec" anywhere in the script except inside that map block. What do you think should happen there?

Please do not post your code here again until you have learned to include use strict; -- it will help you to focus your questions more effectively, and we won't get annoyed about having to explain bone-headed mistakes that you should have been able to catch on your own.

(Also, do check back on your earlier thread, and try to follow suggestions.)

Replies are listed 'Best First'.
Re^2: Undertanding fetchall_arrayref Help!
by Anonymous Monk on Apr 25, 2009 at 23:58 UTC
    People like you make me sick, are you stupid or something? Can you understand that the person posted a sample of the code problem and not the complete application, can't you see that this is just some code to try to show the issue, but I guess not everyone is intelligent enough to read it, may be you should try to understand the problem by reading the code if you can read code at all, and not post dummy answers that is driving away the topic of the problem, the problem with some people is that they can't just see what is in front of their eyes, grow up man there might still be time for you. How can someone like you qualify to interact with people, and if you think that you are so smart and better to judge people with dummy comments like that, just don't do it, it gives a bad reputation for real programmers and Perl.