in reply to Re^2: DBI SQL Returns Less than Direct SQL
in thread SOLVED: DBI SQL Returns Less than Direct SQL

Oops, I left out the use statement. It's from the Data::Dumper module which you probably do have installed (lots of modules use it).
  • Comment on Re^3: DBI SQL Returns Less than Direct SQL

Replies are listed 'Best First'.
Re^4: DBI SQL Returns Less than Direct SQL
by DaveNagy (Initiate) on Oct 18, 2011 at 12:17 UTC
    Thanks! It works now but still shows only the one row returned.
Re^4: DBI SQL Returns Less than Direct SQL
by DaveNagy (Initiate) on Oct 18, 2011 at 12:22 UTC
    OK - got Dumper to work but it still shows only one row returned from MySQL. Dave