Help for this page

Select Code to Download


  1. or download this
    foreach my $entry (@{$self->{valuePair}})
    {
         print "value=", $entry->{value}, $/;
         print "targetPo=", $entry->{targetPo}, $/;    
    }