in reply to RE: Hash reference question
in thread Hash reference question

Thanks! That was it. I assumed that I must tell Perl that it's a hash reference, using eg. foo(\%someHash); Indeed, it seems that Perl takes a reference from the given hash behind the scenes so to speak. Good to know though, now I can finish the documentation :)