in reply to Re: mysterious threads::shared behaviour
in thread mysterious threads::shared behaviour
Where can I read more about LV scalars?my %tmp_h; for (keys(%h)) { $tmp_h{$_} = {}; %{$tmp_h{$_}} = %{$h{$_}}; } pl2xml(\%tmp_h, 'h.xml'); %tmp_h = ();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: mysterious threads::shared behaviour
by BrowserUk (Patriarch) on Jan 21, 2009 at 20:54 UTC |