<?xml version="1.0" encoding="windows-1252"?>
<node id="181607" title="Re: Storing Substitution Output String" created="2002-07-14 13:46:28" updated="2005-06-08 21:10:47">
<type id="11">
note</type>
<author id="31011">
little</author>
<data>
<field name="doctext">
&lt;p&gt;So you better use &lt;tt&gt;$1&lt;/tt&gt; as thats the match you where looking for then a string that you unneccesarily altered, so use a match &lt;code&gt;
$page2 =~ m|&lt;title&gt;(.*)&lt;/title&gt;|gi;
print $1;
&lt;/code&gt; instead. And you might consider &lt;b&gt;not&lt;/b&gt; to use dotStar, see [Ovid]'s [id://24640]:-)&lt;/p&gt;&lt;p&gt;Have a nice day&lt;br /&gt;
&lt;i&gt;All decision is left to your taste&lt;/i&gt;
&lt;/p&gt;
&lt;p&gt;&lt;h4&gt;Update&lt;/h4&gt;
so alike this?
&lt;code&gt;
print '&lt;li&gt;'.$1.'&lt;/li&gt;';
&lt;/code&gt;
&lt;/p&gt;
</field>
<field name="root_node">
181603</field>
<field name="parent_node">
181603</field>
</data>
</node>
