in reply to accessing values in hash
Your first error is that you don't tell us the error message.
You might want to inspect the data structure you get back:
use Data::Dumper; print Dumper $hash_ref;
In general, it helps very much to give a small, self-contained piece of code that reproduces the error. Even much better if that piece of code needs no external infrastructure like a database or whatnot.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: accessing values in hash
by mattdope (Acolyte) on Sep 03, 2006 at 23:23 UTC | |
by swampyankee (Parson) on Sep 03, 2006 at 23:37 UTC |