Help for this page

Select Code to Download


  1. or download this
    ARRAY(0x94b3910)
    
  2. or download this
    my $B = $doc->selectNodes("A/B")->[$cpt]->nodeValue();
    my $D = $doc->selectNodes("A/C/D")->[$cpt]->nodeValue();
    print "$B / $D \n";