in reply to Re^2: XML parsing
in thread XML parsing
use XML::Simple; .. my $outputInfo = qx[$cmd]; $outputInfo =~ s/^.*?(?=<\?xml)//s; my $ref = XMLin($outputInfo));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML parsing
by raju_400 (Novice) on Sep 22, 2008 at 07:19 UTC | |
by ikegami (Patriarch) on Sep 22, 2008 at 07:32 UTC |