Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Please help..

by stiller (Friar)
on Apr 15, 2008 at 10:11 UTC ( [id://680465]=note: print w/replies, xml ) Need Help??


in reply to Please help..

As Corion remarks above, you should try and reduce the problem (script) to a bare minimum, just enought to demonstrate the problem. That would make it easier for you to spot the error, and it would make it a more tempting problem for others to try and help with. Not least because it would demonstrate some effort on your part.

Still, I will give you a pointer:

while (my $row = $_read_sth->fetchall_arrayref) { # What's inside $row? use Data::Dumper; print Dumper( \$row ) and exit; # take a close look at the output

You might want to take a look at the docs: http://search.cpan.org/~timb/DBI/DBI.pm#fetchall_arrayref

keep up the spirit!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://680465]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-26 03:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found