Help for this page

Select Code to Download


  1. or download this
        if ($collecting) {
            push @event_queue, sub {
                $self->SUPER::start_element($xml_data);
            };
        }
    
  2. or download this
        foreach (@event_queue) {
            &$_();
        }