Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       local $TODO = 'testing todo block';
       like_xpath('<xml-bad/>', '/xml', 'test test');
    }