Help for this page

Select Code to Download


  1. or download this
    <?xml version='1.0'?>
    <job_info ... ?revision=1.11">
    ...
        </Queue-List>
      </queue_info>
    </job_info>
    
  2. or download this
    use XML::Smart;
    my ($xml,$qstat);
    ...
      {
         print $_->{job_list}->{slots};
      }