Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    );
    
    $t->parse ($xml);
    
  2. or download this
    ./xml_test1.pl
    syntax error at ./xml_test1.pl line 17, near "my "
    ...
    Can't use global $_ in "my" at ./xml_test1.pl line 21, near "= $_"
    syntax error at ./xml_test1.pl line 26, near "}"
    Execution of ./xml_test1.pl aborted due to compilation errors.