Help for this page

Select Code to Download


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