seems like you have a bug in $tData{$key}
this access %tData and NOT referenced hash $tData.
try changing to $tData->{$key} and check again.
BTW, use strict would have told you you're doing something wrong here ...
HTH,
Mickey
In reply to Re: Accessing hashes in main program from subroutine
by mickeyn
in thread Accessing hashes in main program from subroutine
by Angharad
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |