in reply to Re^7: Undef values from file open
in thread Undef values from file open

It's a mystery to me, why this line:
print "$data->{ date }, $data->{ day }, $data->{ name }\n"
prints all the values and this one gets me undefs:
pp @{ $data }{ (@parms) };
I'm stuck on this one!