in reply to Re: XML::Simple hash tree structure not consistent
in thread XML::Simple hash tree structure not consistent
or$foundit=$tree->{'PlayGround'}{'Development'}{'somthingelse'}{'another +thing'};
$foundit=$tree->{project}{'PlayGround'}{state}{'Development'}{cluster} +{'somthingelse'}{server}{'anotherthing'};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML::Simple hash tree structure not consistent
by riddlemethisbatman (Initiate) on Mar 31, 2007 at 16:08 UTC |