Help for this page
use XML::Simple; ... foreach (@{$hash->{DEFTABLE}->{SCHED_GROUP}->{JOB}}) { print "$_->{JOBNAME}, $_->{WEEKDAYS}\n"; }