#!/usr/bin/perl -w use strict; use XML::Simple; my ($ref); $ref = XMLin('file.xml'); foreach (sort keys %{$ref->{'host1'}->{'process'}}) { print "proc: $_\n"; }
In reply to Re^2: Parsing XML w/ Attributes
by jpk236
in thread Parsing XML w/ Attributes
by jpk236
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |