http://www.perlmonks.org?node_id=559527


in reply to Extracting WQL "count" results

It might be revealing to examine what does come out, e.g.
use Data::Dumper; # your query code # ... print Dumper( $Colln );

-M

Free your mind