in reply to returning nested data structures
I get a hash reference with the first print line but nothing with the second. I've tested the data in the hash and it's perfectly correct before I return it.my($filters_ref) = GetFilters($filters_file); %filters = %$filters_ref; print \%filters; foreach (keys %filters) { print; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: returning nested data structures
by gube (Parson) on Dec 22, 2009 at 22:32 UTC |