in reply to Parsing XML - SAX events

sub StartHandler { my $expat = shift; my $element = shift; my %attr = @_; print $attr{PUBID}; #... }

Replies are listed 'Best First'.
Re^2: Parsing XML - SAX events
by ghouse (Novice) on Jan 06, 2005 at 13:14 UTC
    Thank you . But I am not sure as to how do i capture this value and take it store it in a global variable which can be accessed later