<?xml version="1.0" encoding="windows-1252"?>
<node id="76803" title="Re: Re(3?): How many bugs can *you* find" created="2001-04-30 23:04:14" updated="2005-07-21 01:26:50">
<type id="11">
note</type>
<author id="9073">
merlyn</author>
<data>
<field name="doctext">
Bugs in the bug fixes:
&lt;code&gt;
$contentTemp =~ y/[A-Za-z0-9_\n]//cd;
&lt;/code&gt;
Uh, do you really want to leave brackets &lt;b&gt;in&lt;/b&gt; the string?
Or did you mean:
&lt;code&gt;
$contentTemp =~ y/A-Za-z0-9_\n//cd;
&lt;/code&gt;

&lt;p&gt;-- &lt;a href="http://www.stonehenge.com/merlyn/"&gt;Randal L. Schwartz, Perl hacker&lt;/a&gt;&lt;/p&gt;</field>
<field name="root_node">
76754</field>
<field name="parent_node">
76786</field>
</data>
</node>
