<?xml version="1.0" encoding="windows-1252"?>
<node id="820419" title="Re: Checking contents of fetched URL." created="2010-01-29 17:54:19" updated="2010-01-29 17:54:19">
<type id="11">
note</type>
<author id="241598">
holli</author>
<data>
<field name="doctext">
The presence of &lt;code&gt;-&gt;content&lt;/code&gt; in your output should have given you a hint. The term &lt;code&gt;$res-&gt;content&lt;/code&gt; does not get interpolated, only &lt;code&gt;$res&lt;/code&gt; does.
&lt;br/&gt;&lt;br/&gt; You want:
&lt;code&gt;print "\nResponse = ", $res-&gt;content, " \n";&lt;/code&gt; just as you did in the two lines above.
&lt;div class="pmsig"&gt;&lt;div class="pmsig-241598"&gt;
&lt;br&gt;&lt;br&gt;&lt;b&gt;holli&lt;/b&gt;&lt;br&gt;&lt;br&gt;
&lt;i&gt;You can lead your users to water, but alas, you cannot drown them.&lt;/i&gt;
&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
820411</field>
<field name="parent_node">
820411</field>
</data>
</node>
