in reply to Re: Use of fetchall_hashref
in thread Use of fetchall_hashref

hi we tried this print Dumper $hash->{E200}; But it is returning something like $VAR1 = undef; please help me out :( tried this also print "$hash->{E200}{job}\n"; But it not printing any value .

Replies are listed 'Best First'.
Re^3: Use of fetchall_hashref
by runrig (Abbot) on Sep 10, 2012 at 16:25 UTC
    Then all I can say is look at the output of:
    print Dumper $hash;
    and see what the output is, see if 'E200' is in there, etc.