Jaap has asked for the wisdom of the Perl Monks concerning the following question:
Now i need to access some of the data that the MySAXHandler has stored in it's $self->{'nodes'} from my main program.use XML::SAX; use MySAXHandler; my $handler = new MySAXHandler; my $parser = XML::SAX::ParserFactory->parser(Handler => $handler); $parser->parse_string($xmlSource);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: [OO] export data from Module
by Old_Gray_Bear (Bishop) on Apr 29, 2004 at 16:21 UTC | |
by Jaap (Curate) on Apr 29, 2004 at 18:27 UTC | |
|
Re: [OO] export data from Module
by chromatic (Archbishop) on Apr 29, 2004 at 16:12 UTC |