Help for this page

Select Code to Download


  1. or download this
    my $p = new XML::Parser (Handlers => {Start => \&hdl_start(@arr), etc}
    +);
    
  2. or download this
    use strict;
    use XML::Parser;
    ...
    }
    
    sub hdl_def { }