<?xml version="1.0" encoding="windows-1252"?>
<node id="689150" title="Re: Cheap idioms" created="2008-05-30 04:30:14" updated="2008-05-30 00:30:14">
<type id="11">
note</type>
<author id="316980">
Burak</author>
<data>
<field name="doctext">
&lt;blockquote&gt;
&lt;i&gt;"I'm using it in production scripts now ..."&lt;/i&gt;
&lt;/blockquote&gt;

Well. That's a hack and a bad idea to use in some *real* code. I suggest adding a long comment before it to explain what the heck it does. But anyway I still think that this code is nasty
&lt;p&gt;
And here is another nasty one (multi dimensional hash emulation):

&lt;code&gt;

C:\&gt;perl -wle "use strict; my %h; $h{'foo','bar', 'baz'} = 'dumb'; print $h{qw/foo bar baz/}"
dumb

C:\&gt;perl -V:version
version='5.10.0';

C:\&gt;

&lt;/code&gt;

achaic but works and hey, who needs references :p</field>
<field name="root_node">
204874</field>
<field name="parent_node">
204874</field>
</data>
</node>
