I'm not entirely certain you are providing a valid URI. Without a particular example, have you tried escaping the file name, e.g.
Have you verified the link, as typed, can be accessed via other channels, like your browser?use URI::Escape; use LWP::Simple 'get'; my $file = uri_escape('xml/myfile.xml'); get("http://www.example.com/FileServe?file=$file");
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |