Hi there,
I am trying to figure out why the following lines are giving me an error:
--- snip ---
$found{filter}{$filter}{family}{$family} = 1;
print keys %{ $found{filter}{$filter}{family} };
--- snip ----
here's the error
Can't use string ("1") as a HASH ref while "strict refs" in use at
./policy.sanitizer line 255.
I am trying to the display all the keys for
$found{filter}{$filter}{family} please
Cheers,
Noah
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/