First of all, I want to say I am novice at web development, so if I am explaining this poorly, please have some patience with me. I have been writing scripts that pull XML files from URLs using get (via use LWP::Simple qw(get)), and then I generate reports or do whatever with the XML. One thing I ran into was that get failed to retrieve URLs that had question marks in them. For example, 'http://www.example.com/FileServe?file=xml/myfile.xml'. I assume that is because it's not a direct URL, and initiates a query or something that get can't deal with? Is there a way to configure get to work with this, or is there another module I should be using?
Thanks in advance.
~rebugger~
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |