<?xml version="1.0" encoding="windows-1252"?>
<node id="427692" title="Re^2: Free perl obfuscation service" created="2005-02-03 11:04:07" updated="2005-07-27 16:56:38">
<type id="11">
note</type>
<author id="89925">
Ven'Tatsu</author>
<data>
<field name="doctext">
&lt;p&gt;It doesn't even get trivialy more complex code correct
&lt;code&gt;
print q'foo', $/;
$bar =~ s/'/\\'/g;
&lt;/code&gt;
To
&lt;code&gt;
print q"\x66\x6f\x6f",$/;$bar=~ s/"\x2f\x5c"/g;
&lt;/code&gt;
Neither statement is translated correctly.
&lt;/p&gt;
&lt;p&gt;The author should be forced to write "Only &lt;code&gt;perl&lt;/code&gt; can parse Perl." 500 times on the black board.&lt;/p&gt;</field>
<field name="root_node">
20312</field>
<field name="parent_node">
427238</field>
</data>
</node>
