Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub process2 {
        print "Process2: " . $_->children_text () . "\n";
    }
    
  2. or download this
    Process1: 
            tag 1 data
        
    Process2:   
            tag 2 data