Help for this page

Select Code to Download


  1. or download this
            my $B = $doc->selectNodes("A/B")->[$cpt]->nodeValue();
            my $D = $doc->selectNodes("A/C/D")->[$cpt]->nodeValue();
    
  2. or download this
    if(defined($A_list)){
        for my $cpt (0..$#$A_list) {
    ...
        }
        print "\n\n";
    }