sloppyhack
Technical User
Regarding the array of hashes, your suggestion worked but I cannot figure out how to access the data now. I can see the association in your print example but cannot access the data. I was assuming I could use something like
print "$allhash[2]{Supplier Name}";
to print the "Supplier Name" value from the second line of the file. What am I missing here?
Thanks for your help. I'm almost there with this baby!!!
Cheers,
Bryant
print "$allhash[2]{Supplier Name}";
to print the "Supplier Name" value from the second line of the file. What am I missing here?
Thanks for your help. I'm almost there with this baby!!!
Cheers,
Bryant