in reply to Re^2: XML::Parser - Obtaining Attributes
in thread XML::Parser - Obtaining Attributes

Actually it defaults to the sub StartTag anyway,

I see that now (when you call with Style => 'Stream'), but if you read more closely, you'll see that with the Stream style, it does not call the sub with the arguments in @_. The attributes, e.g., are in %_.