in reply to Re: Modifying Records with XML::SAX::ByRecord
in thread Modifying Records with XML::SAX::ByRecord
then, later on I empty the queue by executing the closures:if ($collecting) { push @event_queue, sub { $self->SUPER::start_element($xml_data); }; }
foreach (@event_queue) { &$_(); }
|
|---|