<?xml version="1.0" encoding="windows-1252"?>
<node id="1013100" title="Re^4: passing env{} variable to child fails on linux,works on windows" created="2013-01-13 08:39:07" updated="2013-01-13 08:39:07">
<type id="11">
note</type>
<author id="748836">
sdetweil</author>
<data>
<field name="doctext">
thank you.
&lt;br&gt;&lt;br&gt;
using your example I tested on my platform, and it worked.
&lt;br&gt;&lt;br&gt;
but my app didn't..
&lt;br&gt;&lt;br&gt;
the difference was that I called $ENV{} from the thread code (&amp;routine below), vs the main app code..
&lt;br&gt;&lt;br&gt;
&lt;code&gt;
  threads-&gt;create(&amp;routine);
&lt;/code&gt;
&lt;br&gt;&lt;br&gt;
moving the $ENV{} to the main code allows it to work. 
&lt;br&gt;&lt;br&gt;
&lt;code&gt;
  $ENV{'SKIP_SYSTEM'}='1';
  threads-&gt;create(&amp;routine);
&lt;/code&gt;</field>
<field name="root_node">
1013046</field>
<field name="parent_node">
1013057</field>
</data>
</node>
