in reply to Re: Re: Hash usage
in thread Hash usage
I didn't mean to use the $key variable that is in that loop ($key actually corresponds to the pp1 value of that record from above -- print it out in the loop as well to see what it is). Sorry if that was a little confusing. You may want to look at perlreftut to understand better the syntax of the hash references you're using.print "hashy's sid: $hashy->{SID}\n"; # or maybe.. print "hashy's serial: $hashy->{SERIAL}\n"; # etc..
blokhead
|
|---|