in reply to Re^9: Database processing
in thread DBI::st=HASH output
I was able to get output in 2 columns, which was good, but it was wrapped with the $VAR1 = {, and the data was indented. I was looking for a way to remove that and just get the data. If I later decide to go with a 2 column output, is there a way to strip that output down?$Data::Dumper::Pair = ","; print Dumper($avgsHashRef);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: Database processing
by davidrw (Prior) on Aug 06, 2005 at 15:56 UTC | |
by DrAxeman (Scribe) on Aug 06, 2005 at 17:13 UTC | |
by davidrw (Prior) on Aug 06, 2005 at 19:27 UTC |