hmm..maybe it's a different problem then. I used Data::Dumper like suggested
and it printed:
$VAR1 = {
'NERME' =>
1
};
where NERME is a key and the first value I shove into its array is 1.
Is this typical Data::Dumper "show me the hash" output ? It's the first
time I've tried using Data::Dumper.
Thanks,