Help for this page

Select Code to Download


  1. or download this
    $parser->setHandlers(Start => \&start_handler, Char => \&handle_char);
    
  2. or download this
    sub handle_char {
      my ($expat, $string) = @_;
      ...
    
    }