Help for this page

Select Code to Download


  1. or download this
        open(QSTAT, 'qstat|') or
            $self->_die("failed to start qstat ($!)");
    ...
        close QSTAT or
          ($! ? $self->_die("close qstat ($!)") :
                $logger->error("close qstat ($?)") );