Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    <?xml version="1.0" encoding="UTF-8"?>
        <record category="B" editor="" entered="2000-12-04" sub-category="
    +PEP" uid="7320" updated="2018-12-12">
    ...
    
  2. or download this
    my $rules =XML::Rules->new(
      style => 'filter',
    ...
        '^dobs'  => 'skip',
      },
    );