A bit of a broad question, I know - but I'm just not familiar with the fundamental PERL mechanic required to 'grab' XML (or really any) data that is returned from an server after a simple URL (GET) query. I've got the parsing down with XML::Simple - but I need to understand how to shove the XML in there, or to invoke the parsing script.
Maybe I'll try to clear this up with how it works now - and how I would like it to work.
Now: query is sent via URL -> XML table displays in web browser
Want: query is sent via URL -> script grabs returning XML -> parse XML -> do funky stuff here -> display results
Thanks for any pointers or suggestions.
Maybe I'll try to clear this up with how it works now - and how I would like it to work.
Now: query is sent via URL -> XML table displays in web browser
Want: query is sent via URL -> script grabs returning XML -> parse XML -> do funky stuff here -> display results
Thanks for any pointers or suggestions.