Help for this page

Select Code to Download


  1. or download this
    <Catalog>
    <Category>
    ...
    </Site>
    </Category>
    <Catalog>
    
  2. or download this
    $parser = XML::Parser->new(Handlers => {Start => \&start,
                                            Char  => \&char,
    ...
    }
    
    # if I want to process now the @cb then no data are inside.