in reply to SAX XML-Handler-Subs and SUPER::

Do you mean $self->SUPER::start_document();?

Replies are listed 'Best First'.
Re: SAX XML-Handler-Subs and SUPER::
by Ionizor (Pilgrim) on Aug 12, 2002 at 21:13 UTC

    That's a distinct possibility. Looks like it's time to write to O'Reilly.

    Thanks.

    Update:

    The code should read:

    <snip> sub start_document { $self = shift; $self->SUPER::start_document( ); print "Summary of file:\n"; } <snip>

    I've sent the correction to O'Reilly. I mentioned your name ;)