in reply to Re: SAX XML-Handler-Subs and SUPER::
in thread SAX XML-Handler-Subs and SUPER::
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 ;)
|
|---|