in reply to Returning readable table contents ... not " DBI::st=HASH(0xa0dc0c0) "

You might get further if you learn about (and recognize) references. Try replacing your final print with the following:
use Data::Dumper; print Dumper $sth


- Boldra
  • Comment on Re: Returning readable table contents ... not " DBI::st=HASH(0xa0dc0c0) "
  • Download Code