- or download this
<ObjectType>
<AppObject>hello</AppObject>
...
<valueTargetPair value="MALE" targetPo="Incoming 1" />
<valueTargetPair value="FEMALE" targetPo="Incoming 2" />
</ObjectType>
- or download this
}elsif ($_ =~ /<AppObjectField>(.*)<\/AppObjectField>/) {
$self->{appObjFld} = $1;
}
- or download this
if ($inline =~ /<valueTargetPair (.*)\/>/) {
if ($inline =~ /value=\"(.*?)\" targetPo=\"(.*?)\"/) {
...
push (@arry, \%theHash);
}
}
- or download this
$self->{valuePair} = \@arry;