The symbolic reference error comes from your code trying to dereference a string:print keys %{ $hash_ref -> { key } };
hash_ref isn't a hash ref, it's a string. $hash_ref is the hash ref.hash_ref->{key}
In reply to Re: Why is this a symbolic reference?
by btrott
in thread Why is this a symbolic reference?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |