in reply to Re: can't use certain hashnames when traversing a slightly complex hash
in thread can't use certain hashnames when traversing a slightly complex hash
Bah! This is so ridiculous, I retyped the code when I was posting the question and ended up typing the code correctly!!
The code was originally like this:
print ->$g->{files}->{$file}->{raw_url};How do you usually figure the code for a hash traversal? I kept having to restart my webapp, Do you usually use the debugger and inspect the hash? I guess I really have to get used to the command line debugger
Thanks so much for your replies dear monks! Sorry about the trouble! This is another pretty silly issue.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: can't use certain hashnames when traversing a slightly complex hash
by Athanasius (Archbishop) on Jan 06, 2013 at 15:28 UTC | |
by gideondsouza (Pilgrim) on Jan 06, 2013 at 15:33 UTC |