Help for this page

Select Code to Download


  1. or download this
     <node1>
    
         <node1_A> Content </node1_A>
    ...
         <node1_B> Content </node1_B>
    
      </node1>
    
  2. or download this
    <node1>
         <node1_A> Content </node1_A>
         <node1_A> Content </node1_A>
      </node1>
    
  3. or download this
    foreach my $this_routine ( sort keys %subroutines ) 
      
    ...
        }
          $rowCount--;
    }