in reply to Re^3: need help with for loop within an xml
in thread need help with for loop within an xml
Can you please help me understand the modification you made to XML:Simple
as belowWhat does this do?my $xml = do {local $/='';'file.xml'} ; #my $servers = XMLin('file.xml'); my $servers = XMLin($xml, ForceArray => 1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: need help with for loop within an xml
by poj (Abbot) on Sep 15, 2015 at 14:50 UTC |