in reply to Re: iterate through a hash with two keys
in thread iterate through a hash with two keys

I am using xml_writer and I want to do this: for ('a' .. 'c') { $xml_writer->dataElement("LastName" => $t{A}{LastName}); } where the hash was filled by $t{A}{LastName} = "Smith"
  • Comment on Re^2: iterate through a hash with two keys