in reply to Re^2: XML::Simple and Adding Additional Nested Elements
in thread XML::Simple and Adding Nested Elements
if ($data{Things}{Thing}{Item} = "aValue") {
That would most likely not do what you want as it assigns "aValue" to the respective hash entry... :) — remember: eq is for string comparison.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML::Simple and Adding Additional Nested Elements
by psini (Deacon) on May 23, 2008 at 10:06 UTC | |
by roboticus (Chancellor) on May 23, 2008 at 11:41 UTC |