http://qs321.pair.com?node_id=814006


in reply to Re: returning nested data structures
in thread returning nested data structures

Hi,

1) Can you print Dumper(\%filters) and check whether its reference of reference.

2) Otherwise, try foreach (keys %{$filters_ref}) { print; } and see it works

Gubs