- or download this
use strict;
use warnings;
...
my %data = %{XMLin ($str)};
Dump (\%data);
- or download this
__DATA__
<PATIENT_DATA>
...
<Race>Caucasian</Race>
</SA_PATIENT>
</PATIENT_DATA>
- or download this
$HASH1 = { SA_PATIENT => [
{
...
Zip => 10110
}
] };