http://qs1969.pair.com?node_id=645407


in reply to LWP::UserAgent Mystery

Do a Dump on the $xmlString instead of the result. I am willing to bet that the document that you are requesting is either,

  1. Invalid XML
  2. You are not getting a document back.
If you are not getting a document back, it might have to do with where your script is located. It might not be able to reach the URL from the server that it is installed on( stuff happens ).