in reply to array to string
What happens when you use Data::Dumper and dump $Count?
use Data::Dumper; # do your select.... # then... print Dumper $Count;
If there's a misunderstanding about the data structure that is making it hard to print it, this will given you insight.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: array to string
by bigup401 (Pilgrim) on Oct 13, 2020 at 17:46 UTC | |
|
Re^2: array to string
by bigup401 (Pilgrim) on Oct 13, 2020 at 17:54 UTC | |
by stevieb (Canon) on Oct 13, 2020 at 18:01 UTC | |
by davido (Cardinal) on Oct 13, 2020 at 19:47 UTC | |
by jcb (Parson) on Oct 14, 2020 at 01:21 UTC | |
by bigup401 (Pilgrim) on Oct 13, 2020 at 18:35 UTC |