Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: XML::SAX parameters

by Artimus (Sexton)
on Oct 05, 2015 at 10:05 UTC ( [id://1143797]=note: print w/replies, xml ) Need Help??


in reply to Re: XML::SAX parameters
in thread XML::SAX parameters

While it all was in one file with handler package - all worked.

After I checked it and splitted it in different modules at different places of the project and mentioned handler as needed. Parsing was working, but method for the only returning results didn't work.

Well the solution was to put line return \@results; right to the

sub end_document{ $self = shift; return \@results;}
method :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1143797]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-19 06:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found