Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
            return $wanted_content;
        }
    }
    
  2. or download this
    $ cat ./pm_xml_parser_test_file1.xml
    <root_element>
    ...
    <root_element>
        <filename>pm_xml_parser_test_file2.xml</filename>
    </root_element>
    
  3. or download this
    $ pm_xml_parser_test.pl
    Wanted content: 'pm_xml_parser_test_file1.xml'
    Wanted content: 'pm_xml_parser_test_file2.xml'