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

Thanks, onelesd, for this suggestion but I don't have a subroutine 'Dumper' on my system. I'll be posting code and some snippets of trace messages later. Dave
  • Comment on Re^2: DBI SQL Returns Less than Direct SQL

Replies are listed 'Best First'.
Re^3: DBI SQL Returns Less than Direct SQL
by onelesd (Pilgrim) on Oct 17, 2011 at 23:55 UTC
    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).
      Thanks! It works now but still shows only the one row returned.
      OK - got Dumper to work but it still shows only one row returned from MySQL. Dave