Help for this page

Select Code to Download


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